HSL(231, 24%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(231,24%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 24%, 74%) | color: hsl(231, 24%, 74%) | |
| HEX | #ADB2CD | color: #ADB2CD | |
| RGB | rgb(173, 178, 205) | color: rgb(173, 178, 205) | |
| CMYK | cmyk(16%, 13%, 0%, 20%) | — | |
| HSV | hsv(231, 16%, 80%) | — | |
| HWB | hwb(231 67% 20%) | color: hwb(231 67% 20%) | |
| OKLCH | oklch(0.7684 0.0389 277.15) | color: oklch(0.7684 0.0389 277.15) | |
| Lab | lab(72.98 3.76 -14.24) | color: lab(72.98 3.76 -14.24) | |
| LCH | lch(72.98 14.73 284.79) | color: lch(72.98 14.73 284.79) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#AFAFC6 — rgb(175, 175, 198)
Deuteranopia (Green-blind)
#AFAFC5 — rgb(175, 175, 197)
Tritanopia (Blue-blind)
#ADC1C0 — rgb(173, 193, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 24%, 74%);
text
color: hsl(231, 24%, 74%);
border
border: 2px solid hsl(231, 24%, 74%);
gradient light
background: linear-gradient(to right, hsl(231, 24%, 94%), hsl(231, 24%, 74%));
gradient dark
background: linear-gradient(to right, hsl(231, 24%, 74%), hsl(231, 24%, 54%))
hex
background-color: #ADB2CD;
tailwind
bg-[hsl(231,24%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 24%, 74%, 0.4);
css variable
--color-primary: hsl(231, 24%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 24%, 74%)?
HEX: #ADB2CD | RGB: rgb(173, 178, 205) | CMYK: 16%, 13%, 0%, 20% | HSV: 231°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #ADB2CD?
The complementary color is HSL(51, 24%, 74%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 24%, 74%) in CSS?
As HSL: color: hsl(231, 24%, 74%); — As HEX: color: #ADB2CD; — As RGB: color: rgb(173, 178, 205); — Tailwind CSS: bg-[hsl(231,24%,74%)] — CSS variable: --color-primary: hsl(231, 24%, 74%);