HSL(233, 16%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(233,16%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 16%, 44%) | color: hsl(233, 16%, 44%) | |
| HEX | #5E6282 | color: #5E6282 | |
| RGB | rgb(94, 98, 130) | color: rgb(94, 98, 130) | |
| CMYK | cmyk(28%, 25%, 0%, 49%) | — | |
| HSV | hsv(233, 28%, 51%) | — | |
| HWB | hwb(233 37% 49%) | color: hwb(233 37% 49%) | |
| OKLCH | oklch(0.5053 0.0511 278.86) | color: oklch(0.5053 0.0511 278.86) | |
| Lab | lab(42.35 6.19 -18.31) | color: lab(42.35 6.19 -18.31) | |
| LCH | lch(42.35 19.33 288.68) | color: lch(42.35 19.33 288.68) |
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)
#60607A — rgb(96, 96, 122)
Deuteranopia (Green-blind)
#605F78 — rgb(96, 95, 120)
Tritanopia (Blue-blind)
#5E7473 — rgb(94, 116, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 16%, 44%);
text
color: hsl(233, 16%, 44%);
border
border: 2px solid hsl(233, 16%, 44%);
gradient light
background: linear-gradient(to right, hsl(233, 16%, 64%), hsl(233, 16%, 44%));
gradient dark
background: linear-gradient(to right, hsl(233, 16%, 44%), hsl(233, 16%, 24%))
hex
background-color: #5E6282;
tailwind
bg-[hsl(233,16%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 16%, 44%, 0.4);
css variable
--color-primary: hsl(233, 16%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 16%, 44%)?
HEX: #5E6282 | RGB: rgb(94, 98, 130) | CMYK: 28%, 25%, 0%, 49% | HSV: 233°, 28%, 51%. Copy any format from the conversion table above.
What colors go well with #5E6282?
The complementary color is HSL(53, 16%, 44%). 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, 16%, 44%) in CSS?
As HSL: color: hsl(233, 16%, 44%); — As HEX: color: #5E6282; — As RGB: color: rgb(94, 98, 130); — Tailwind CSS: bg-[hsl(233,16%,44%)] — CSS variable: --color-primary: hsl(233, 16%, 44%);