HSL(237, 89%, 44%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,89%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 89%, 44%) | color: hsl(237, 89%, 44%) | |
| HEX | #0C16D4 | color: #0C16D4 | |
| RGB | rgb(12, 22, 212) | color: rgb(12, 22, 212) | |
| CMYK | cmyk(94%, 90%, 0%, 17%) | — | |
| HSV | hsv(237, 94%, 83%) | — | |
| HWB | hwb(237 5% 17%) | color: hwb(237 5% 17%) | |
| OKLCH | oklch(0.4063 0.2634 265.31) | color: oklch(0.4063 0.2634 265.31) | |
| Lab | lab(27.86 64 -90.75) | color: lab(27.86 64 -90.75) | |
| LCH | lch(27.86 111.05 305.19) | color: lch(27.86 111.05 305.19) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#1010A6 — rgb(16, 16, 166)
Deuteranopia (Green-blind)
#100F9B — rgb(16, 15, 155)
Tritanopia (Blue-blind)
#0D827A — rgb(13, 130, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 89%, 44%);
text
color: hsl(237, 89%, 44%);
border
border: 2px solid hsl(237, 89%, 44%);
gradient light
background: linear-gradient(to right, hsl(237, 89%, 64%), hsl(237, 89%, 44%));
gradient dark
background: linear-gradient(to right, hsl(237, 89%, 44%), hsl(237, 89%, 24%))
hex
background-color: #0C16D4;
tailwind
bg-[hsl(237,89%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 89%, 44%, 0.4);
css variable
--color-primary: hsl(237, 89%, 44%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 89%, 44%)?
HEX: #0C16D4 | RGB: rgb(12, 22, 212) | CMYK: 94%, 90%, 0%, 17% | HSV: 237°, 94%, 83%. Copy any format from the conversion table above.
What colors go well with #0C16D4?
The complementary color is HSL(57, 89%, 44%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 89%, 44%) in CSS?
As HSL: color: hsl(237, 89%, 44%); — As HEX: color: #0C16D4; — As RGB: color: rgb(12, 22, 212); — Tailwind CSS: bg-[hsl(237,89%,44%)] — CSS variable: --color-primary: hsl(237, 89%, 44%);