HSL(230, 23%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,23%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 23%, 44%) | color: hsl(230, 23%, 44%) | |
| HEX | #565F8A | color: #565F8A | |
| RGB | rgb(86, 95, 138) | color: rgb(86, 95, 138) | |
| CMYK | cmyk(38%, 31%, 0%, 46%) | — | |
| HSV | hsv(230, 38%, 54%) | — | |
| HWB | hwb(230 33% 46%) | color: hwb(230 33% 46%) | |
| OKLCH | oklch(0.496 0.0698 274.52) | color: oklch(0.496 0.0698 274.52) | |
| Lab | lab(41.21 7.78 -24.95) | color: lab(41.21 7.78 -24.95) | |
| LCH | lch(41.21 26.13 287.32) | color: lch(41.21 26.13 287.32) |
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)
#5A5A80 — rgb(90, 90, 128)
Deuteranopia (Green-blind)
#59597D — rgb(89, 89, 125)
Tritanopia (Blue-blind)
#567776 — rgb(86, 119, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 23%, 44%);
text
color: hsl(230, 23%, 44%);
border
border: 2px solid hsl(230, 23%, 44%);
gradient light
background: linear-gradient(to right, hsl(230, 23%, 64%), hsl(230, 23%, 44%));
gradient dark
background: linear-gradient(to right, hsl(230, 23%, 44%), hsl(230, 23%, 24%))
hex
background-color: #565F8A;
tailwind
bg-[hsl(230,23%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 23%, 44%, 0.4);
css variable
--color-primary: hsl(230, 23%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 23%, 44%)?
HEX: #565F8A | RGB: rgb(86, 95, 138) | CMYK: 38%, 31%, 0%, 46% | HSV: 230°, 38%, 54%. Copy any format from the conversion table above.
What colors go well with #565F8A?
The complementary color is HSL(50, 23%, 44%). 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, 23%, 44%) in CSS?
As HSL: color: hsl(230, 23%, 44%); — As HEX: color: #565F8A; — As RGB: color: rgb(86, 95, 138); — Tailwind CSS: bg-[hsl(230,23%,44%)] — CSS variable: --color-primary: hsl(230, 23%, 44%);