HSL(218, 17%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(218,17%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(218, 17%, 44%) | color: hsl(218, 17%, 44%) | |
| HEX | #5D6B83 | color: #5D6B83 | |
| RGB | rgb(93, 107, 131) | color: rgb(93, 107, 131) | |
| CMYK | cmyk(29%, 18%, 0%, 49%) | — | |
| HSV | hsv(218, 29%, 51%) | — | |
| HWB | hwb(218 36% 49%) | color: hwb(218 36% 49%) | |
| OKLCH | oklch(0.5252 0.0417 261.16) | color: oklch(0.5252 0.0417 261.16) | |
| Lab | lab(44.91 0.66 -15) | color: lab(44.91 0.66 -15) | |
| LCH | lch(44.91 15.01 272.52) | color: lch(44.91 15.01 272.52) |
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)
#63637D — rgb(99, 99, 125)
Deuteranopia (Green-blind)
#62617C — rgb(98, 97, 124)
Tritanopia (Blue-blind)
#5E7978 — rgb(94, 121, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(218, 17%, 44%);
text
color: hsl(218, 17%, 44%);
border
border: 2px solid hsl(218, 17%, 44%);
gradient light
background: linear-gradient(to right, hsl(218, 17%, 64%), hsl(218, 17%, 44%));
gradient dark
background: linear-gradient(to right, hsl(218, 17%, 44%), hsl(218, 17%, 24%))
hex
background-color: #5D6B83;
tailwind
bg-[hsl(218,17%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(218, 17%, 44%, 0.4);
css variable
--color-primary: hsl(218, 17%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(218, 17%, 44%)?
HEX: #5D6B83 | RGB: rgb(93, 107, 131) | CMYK: 29%, 18%, 0%, 49% | HSV: 218°, 29%, 51%. Copy any format from the conversion table above.
What colors go well with #5D6B83?
The complementary color is HSL(38, 17%, 44%). For a triadic harmony, use hues 218°, 338°, and 98°. For analogous combinations, try hues 188° and 248°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(218, 17%, 44%) in CSS?
As HSL: color: hsl(218, 17%, 44%); — As HEX: color: #5D6B83; — As RGB: color: rgb(93, 107, 131); — Tailwind CSS: bg-[hsl(218,17%,44%)] — CSS variable: --color-primary: hsl(218, 17%, 44%);