HSL(237, 91%, 42%)
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,91%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 91%, 42%) | color: hsl(237, 91%, 42%) | |
| HEX | #0A13CD | color: #0A13CD | |
| RGB | rgb(10, 19, 205) | color: rgb(10, 19, 205) | |
| CMYK | cmyk(95%, 91%, 0%, 20%) | — | |
| HSV | hsv(237, 95%, 80%) | — | |
| HWB | hwb(237 4% 20%) | color: hwb(237 4% 20%) | |
| OKLCH | oklch(0.3947 0.2579 265.19) | color: oklch(0.3947 0.2579 265.19) | |
| Lab | lab(26.55 62.97 -88.85) | color: lab(26.55 62.97 -88.85) | |
| LCH | lch(26.55 108.9 305.33) | color: lch(26.55 108.9 305.33) |
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)
#0E0EA0 — rgb(14, 14, 160)
Deuteranopia (Green-blind)
#0D0D95 — rgb(13, 13, 149)
Tritanopia (Blue-blind)
#0A7C75 — rgb(10, 124, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 91%, 42%);
text
color: hsl(237, 91%, 42%);
border
border: 2px solid hsl(237, 91%, 42%);
gradient light
background: linear-gradient(to right, hsl(237, 91%, 62%), hsl(237, 91%, 42%));
gradient dark
background: linear-gradient(to right, hsl(237, 91%, 42%), hsl(237, 91%, 22%))
hex
background-color: #0A13CD;
tailwind
bg-[hsl(237,91%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 91%, 42%, 0.4);
css variable
--color-primary: hsl(237, 91%, 42%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 91%, 42%)?
HEX: #0A13CD | RGB: rgb(10, 19, 205) | CMYK: 95%, 91%, 0%, 20% | HSV: 237°, 95%, 80%. Copy any format from the conversion table above.
What colors go well with #0A13CD?
The complementary color is HSL(57, 91%, 42%). 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, 91%, 42%) in CSS?
As HSL: color: hsl(237, 91%, 42%); — As HEX: color: #0A13CD; — As RGB: color: rgb(10, 19, 205); — Tailwind CSS: bg-[hsl(237,91%,42%)] — CSS variable: --color-primary: hsl(237, 91%, 42%);