HSL(238, 50%, 22%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(238,50%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 50%, 22%) | color: hsl(238, 50%, 22%) | |
| HEX | #1C1E54 | color: #1C1E54 | |
| RGB | rgb(28, 30, 84) | color: rgb(28, 30, 84) | |
| CMYK | cmyk(67%, 64%, 0%, 67%) | — | |
| HSV | hsv(238, 67%, 33%) | — | |
| HWB | hwb(238 11% 67%) | color: hwb(238 11% 67%) | |
| OKLCH | oklch(0.2701 0.0962 276.24) | color: oklch(0.2701 0.0962 276.24) | |
| Lab | lab(14.49 18.14 -33.26) | color: lab(14.49 18.14 -33.26) | |
| LCH | lch(14.49 37.89 298.61) | color: lch(14.49 37.89 298.61) |
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)
#1D1D47 — rgb(29, 29, 71)
Deuteranopia (Green-blind)
#1D1D44 — rgb(29, 29, 68)
Tritanopia (Blue-blind)
#1C3D3A — rgb(28, 61, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 50%, 22%);
text
color: hsl(238, 50%, 22%);
border
border: 2px solid hsl(238, 50%, 22%);
gradient light
background: linear-gradient(to right, hsl(238, 50%, 42%), hsl(238, 50%, 22%));
gradient dark
background: linear-gradient(to right, hsl(238, 50%, 22%), hsl(238, 50%, 2%))
hex
background-color: #1C1E54;
tailwind
bg-[hsl(238,50%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 50%, 22%, 0.4);
css variable
--color-primary: hsl(238, 50%, 22%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 50%, 22%)?
HEX: #1C1E54 | RGB: rgb(28, 30, 84) | CMYK: 67%, 64%, 0%, 67% | HSV: 238°, 67%, 33%. Copy any format from the conversion table above.
What colors go well with #1C1E54?
The complementary color is HSL(58, 50%, 22%). 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, 50%, 22%) in CSS?
As HSL: color: hsl(238, 50%, 22%); — As HEX: color: #1C1E54; — As RGB: color: rgb(28, 30, 84); — Tailwind CSS: bg-[hsl(238,50%,22%)] — CSS variable: --color-primary: hsl(238, 50%, 22%);