HSL(233, 68%, 24%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,68%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 68%, 24%) | color: hsl(233, 68%, 24%) | |
| HEX | #141D67 | color: #141D67 | |
| RGB | rgb(20, 29, 103) | color: rgb(20, 29, 103) | |
| CMYK | cmyk(81%, 72%, 0%, 60%) | — | |
| HSV | hsv(233, 81%, 40%) | — | |
| HWB | hwb(233 8% 60%) | color: hwb(233 8% 60%) | |
| OKLCH | oklch(0.2819 0.1281 270.05) | color: oklch(0.2819 0.1281 270.05) | |
| Lab | lab(15.52 25.17 -44.26) | color: lab(15.52 25.17 -44.26) | |
| LCH | lch(15.52 50.92 299.63) | color: lch(15.52 50.92 299.63) |
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)
#181855 — rgb(24, 24, 85)
Deuteranopia (Green-blind)
#171751 — rgb(23, 23, 81)
Tritanopia (Blue-blind)
#144744 — rgb(20, 71, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 68%, 24%);
text
color: hsl(233, 68%, 24%);
border
border: 2px solid hsl(233, 68%, 24%);
gradient light
background: linear-gradient(to right, hsl(233, 68%, 44%), hsl(233, 68%, 24%));
gradient dark
background: linear-gradient(to right, hsl(233, 68%, 24%), hsl(233, 68%, 4%))
hex
background-color: #141D67;
tailwind
bg-[hsl(233,68%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 68%, 24%, 0.4);
css variable
--color-primary: hsl(233, 68%, 24%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 68%, 24%)?
HEX: #141D67 | RGB: rgb(20, 29, 103) | CMYK: 81%, 72%, 0%, 60% | HSV: 233°, 81%, 40%. Copy any format from the conversion table above.
What colors go well with #141D67?
The complementary color is HSL(53, 68%, 24%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 68%, 24%) in CSS?
As HSL: color: hsl(233, 68%, 24%); — As HEX: color: #141D67; — As RGB: color: rgb(20, 29, 103); — Tailwind CSS: bg-[hsl(233,68%,24%)] — CSS variable: --color-primary: hsl(233, 68%, 24%);