HSL(230, 24%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,24%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 24%, 43%) | color: hsl(230, 24%, 43%) | |
| HEX | #535C88 | color: #535C88 | |
| RGB | rgb(83, 92, 136) | color: rgb(83, 92, 136) | |
| CMYK | cmyk(39%, 32%, 0%, 47%) | — | |
| HSV | hsv(230, 39%, 53%) | — | |
| HWB | hwb(230 32% 47%) | color: hwb(230 32% 47%) | |
| OKLCH | oklch(0.486 0.0717 274.58) | color: oklch(0.486 0.0717 274.58) | |
| Lab | lab(40.03 8.17 -25.6) | color: lab(40.03 8.17 -25.6) | |
| LCH | lch(40.03 26.87 287.7) | color: lch(40.03 26.87 287.7) |
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)
#57577D — rgb(87, 87, 125)
Deuteranopia (Green-blind)
#56567B — rgb(86, 86, 123)
Tritanopia (Blue-blind)
#537573 — rgb(83, 117, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 24%, 43%);
text
color: hsl(230, 24%, 43%);
border
border: 2px solid hsl(230, 24%, 43%);
gradient light
background: linear-gradient(to right, hsl(230, 24%, 63%), hsl(230, 24%, 43%));
gradient dark
background: linear-gradient(to right, hsl(230, 24%, 43%), hsl(230, 24%, 23%))
hex
background-color: #535C88;
tailwind
bg-[hsl(230,24%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 24%, 43%, 0.4);
css variable
--color-primary: hsl(230, 24%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 24%, 43%)?
HEX: #535C88 | RGB: rgb(83, 92, 136) | CMYK: 39%, 32%, 0%, 47% | HSV: 230°, 39%, 53%. Copy any format from the conversion table above.
What colors go well with #535C88?
The complementary color is HSL(50, 24%, 43%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 24%, 43%) in CSS?
As HSL: color: hsl(230, 24%, 43%); — As HEX: color: #535C88; — As RGB: color: rgb(83, 92, 136); — Tailwind CSS: bg-[hsl(230,24%,43%)] — CSS variable: --color-primary: hsl(230, 24%, 43%);