HSL(238, 70%, 18%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(238,70%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 70%, 18%) | color: hsl(238, 70%, 18%) | |
| HEX | #0E104E | color: #0E104E | |
| RGB | rgb(14, 16, 78) | color: rgb(14, 16, 78) | |
| CMYK | cmyk(82%, 79%, 0%, 69%) | — | |
| HSV | hsv(238, 82%, 31%) | — | |
| HWB | hwb(238 6% 69%) | color: hwb(238 6% 69%) | |
| OKLCH | oklch(0.2263 0.11 272.04) | color: oklch(0.2263 0.11 272.04) | |
| Lab | lab(9.11 23.59 -38) | color: lab(9.11 23.59 -38) | |
| LCH | lch(9.11 44.73 301.83) | color: lch(9.11 44.73 301.83) |
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)
#0F0F3F — rgb(15, 15, 63)
Deuteranopia (Green-blind)
#0F0F3B — rgb(15, 15, 59)
Tritanopia (Blue-blind)
#0E3331 — rgb(14, 51, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 70%, 18%);
text
color: hsl(238, 70%, 18%);
border
border: 2px solid hsl(238, 70%, 18%);
gradient light
background: linear-gradient(to right, hsl(238, 70%, 38%), hsl(238, 70%, 18%));
gradient dark
background: linear-gradient(to right, hsl(238, 70%, 18%), hsl(238, 70%, 0%))
hex
background-color: #0E104E;
tailwind
bg-[hsl(238,70%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 70%, 18%, 0.4);
css variable
--color-primary: hsl(238, 70%, 18%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 70%, 18%)?
HEX: #0E104E | RGB: rgb(14, 16, 78) | CMYK: 82%, 79%, 0%, 69% | HSV: 238°, 82%, 31%. Copy any format from the conversion table above.
What colors go well with #0E104E?
The complementary color is HSL(58, 70%, 18%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 70%, 18%) in CSS?
As HSL: color: hsl(238, 70%, 18%); — As HEX: color: #0E104E; — As RGB: color: rgb(14, 16, 78); — Tailwind CSS: bg-[hsl(238,70%,18%)] — CSS variable: --color-primary: hsl(238, 70%, 18%);