HSL(223, 53%, 33%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(223,53%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(223, 53%, 33%) | color: hsl(223, 53%, 33%) | |
| HEX | #284181 | color: #284181 | |
| RGB | rgb(40, 65, 129) | color: rgb(40, 65, 129) | |
| CMYK | cmyk(69%, 50%, 0%, 49%) | — | |
| HSV | hsv(223, 69%, 51%) | — | |
| HWB | hwb(223 16% 49%) | color: hwb(223 16% 49%) | |
| OKLCH | oklch(0.392 0.1122 265.48) | color: oklch(0.392 0.1122 265.48) | |
| Lab | lab(28.94 13.09 -39.03) | color: lab(28.94 13.09 -39.03) | |
| LCH | lch(28.94 41.17 288.54) | color: lch(28.94 41.17 288.54) |
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)
#333372 — rgb(51, 51, 114)
Deuteranopia (Green-blind)
#31306E — rgb(49, 48, 110)
Tritanopia (Blue-blind)
#296563 — rgb(41, 101, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(223, 53%, 33%);
text
color: hsl(223, 53%, 33%);
border
border: 2px solid hsl(223, 53%, 33%);
gradient light
background: linear-gradient(to right, hsl(223, 53%, 53%), hsl(223, 53%, 33%));
gradient dark
background: linear-gradient(to right, hsl(223, 53%, 33%), hsl(223, 53%, 13%))
hex
background-color: #284181;
tailwind
bg-[hsl(223,53%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(223, 53%, 33%, 0.4);
css variable
--color-primary: hsl(223, 53%, 33%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(223, 53%, 33%)?
HEX: #284181 | RGB: rgb(40, 65, 129) | CMYK: 69%, 50%, 0%, 49% | HSV: 223°, 69%, 51%. Copy any format from the conversion table above.
What colors go well with #284181?
The complementary color is HSL(43, 53%, 33%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(223, 53%, 33%) in CSS?
As HSL: color: hsl(223, 53%, 33%); — As HEX: color: #284181; — As RGB: color: rgb(40, 65, 129); — Tailwind CSS: bg-[hsl(223,53%,33%)] — CSS variable: --color-primary: hsl(223, 53%, 33%);