HSL(237, 25%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,25%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 25%, 74%) | color: hsl(237, 25%, 74%) | |
| HEX | #ACAECD | color: #ACAECD | |
| RGB | rgb(172, 174, 205) | color: rgb(172, 174, 205) | |
| CMYK | cmyk(16%, 15%, 0%, 20%) | — | |
| HSV | hsv(236, 16%, 80%) | — | |
| HWB | hwb(236 67% 20%) | color: hwb(236 67% 20%) | |
| OKLCH | oklch(0.7595 0.0443 282.37) | color: oklch(0.7595 0.0443 282.37) | |
| Lab | lab(71.86 5.63 -15.93) | color: lab(71.86 5.63 -15.93) | |
| LCH | lch(71.86 16.9 289.46) | color: lch(71.86 16.9 289.46) |
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)
#ADADC5 — rgb(173, 173, 197)
Deuteranopia (Green-blind)
#ADADC4 — rgb(173, 173, 196)
Tritanopia (Blue-blind)
#ACC0BE — rgb(172, 192, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 25%, 74%);
text
color: hsl(237, 25%, 74%);
border
border: 2px solid hsl(237, 25%, 74%);
gradient light
background: linear-gradient(to right, hsl(237, 25%, 94%), hsl(237, 25%, 74%));
gradient dark
background: linear-gradient(to right, hsl(237, 25%, 74%), hsl(237, 25%, 54%))
hex
background-color: #ACAECD;
tailwind
bg-[hsl(237,25%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 25%, 74%, 0.4);
css variable
--color-primary: hsl(237, 25%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 25%, 74%)?
HEX: #ACAECD | RGB: rgb(172, 174, 205) | CMYK: 16%, 15%, 0%, 20% | HSV: 236°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #ACAECD?
The complementary color is HSL(57, 25%, 74%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 25%, 74%) in CSS?
As HSL: color: hsl(237, 25%, 74%); — As HEX: color: #ACAECD; — As RGB: color: rgb(172, 174, 205); — Tailwind CSS: bg-[hsl(237,25%,74%)] — CSS variable: --color-primary: hsl(237, 25%, 74%);