HSL(216, 89%, 43%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(216,89%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 89%, 43%) | color: hsl(216, 89%, 43%) | |
| HEX | #0C5ACF | color: #0C5ACF | |
| RGB | rgb(12, 90, 207) | color: rgb(12, 90, 207) | |
| CMYK | cmyk(94%, 57%, 0%, 19%) | — | |
| HSV | hsv(216, 94%, 81%) | — | |
| HWB | hwb(216 5% 19%) | color: hwb(216 5% 19%) | |
| OKLCH | oklch(0.5002 0.1942 259.97) | color: oklch(0.5002 0.1942 259.97) | |
| Lab | lab(41.05 24.71 -66.09) | color: lab(41.05 24.71 -66.09) | |
| LCH | lch(41.05 70.56 290.5) | color: lch(41.05 70.56 290.5) |
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)
#2E2EB3 — rgb(46, 46, 179)
Deuteranopia (Green-blind)
#2923AC — rgb(41, 35, 172)
Tritanopia (Blue-blind)
#109C97 — rgb(16, 156, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 89%, 43%);
text
color: hsl(216, 89%, 43%);
border
border: 2px solid hsl(216, 89%, 43%);
gradient light
background: linear-gradient(to right, hsl(216, 89%, 63%), hsl(216, 89%, 43%));
gradient dark
background: linear-gradient(to right, hsl(216, 89%, 43%), hsl(216, 89%, 23%))
hex
background-color: #0C5ACF;
tailwind
bg-[hsl(216,89%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 89%, 43%, 0.4);
css variable
--color-primary: hsl(216, 89%, 43%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 89%, 43%)?
HEX: #0C5ACF | RGB: rgb(12, 90, 207) | CMYK: 94%, 57%, 0%, 19% | HSV: 216°, 94%, 81%. Copy any format from the conversion table above.
What colors go well with #0C5ACF?
The complementary color is HSL(36, 89%, 43%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 89%, 43%) in CSS?
As HSL: color: hsl(216, 89%, 43%); — As HEX: color: #0C5ACF; — As RGB: color: rgb(12, 90, 207); — Tailwind CSS: bg-[hsl(216,89%,43%)] — CSS variable: --color-primary: hsl(216, 89%, 43%);