HSL(229, 69%, 24%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,69%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 69%, 24%) | color: hsl(229, 69%, 24%) | |
| HEX | #132267 | color: #132267 | |
| RGB | rgb(19, 34, 103) | color: rgb(19, 34, 103) | |
| CMYK | cmyk(82%, 67%, 0%, 60%) | — | |
| HSV | hsv(229, 82%, 40%) | — | |
| HWB | hwb(229 7% 60%) | color: hwb(229 7% 60%) | |
| OKLCH | oklch(0.2912 0.122 268.08) | color: oklch(0.2912 0.122 268.08) | |
| Lab | lab(16.8 21.52 -42.16) | color: lab(16.8 21.52 -42.16) | |
| LCH | lch(16.8 47.33 297.04) | color: lch(16.8 47.33 297.04) |
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)
#191A56 — rgb(25, 26, 86)
Deuteranopia (Green-blind)
#191852 — rgb(25, 24, 82)
Tritanopia (Blue-blind)
#144946 — rgb(20, 73, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 69%, 24%);
text
color: hsl(229, 69%, 24%);
border
border: 2px solid hsl(229, 69%, 24%);
gradient light
background: linear-gradient(to right, hsl(229, 69%, 44%), hsl(229, 69%, 24%));
gradient dark
background: linear-gradient(to right, hsl(229, 69%, 24%), hsl(229, 69%, 4%))
hex
background-color: #132267;
tailwind
bg-[hsl(229,69%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 69%, 24%, 0.4);
css variable
--color-primary: hsl(229, 69%, 24%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 69%, 24%)?
HEX: #132267 | RGB: rgb(19, 34, 103) | CMYK: 82%, 67%, 0%, 60% | HSV: 229°, 82%, 40%. Copy any format from the conversion table above.
What colors go well with #132267?
The complementary color is HSL(49, 69%, 24%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 69%, 24%) in CSS?
As HSL: color: hsl(229, 69%, 24%); — As HEX: color: #132267; — As RGB: color: rgb(19, 34, 103); — Tailwind CSS: bg-[hsl(229,69%,24%)] — CSS variable: --color-primary: hsl(229, 69%, 24%);