HSL(203, 41%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,41%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 41%, 77%) | color: hsl(203, 41%, 77%) | |
| HEX | #ACCADC | color: #ACCADC | |
| RGB | rgb(172, 202, 220) | color: rgb(172, 202, 220) | |
| CMYK | cmyk(22%, 8%, 0%, 14%) | — | |
| HSV | hsv(203, 22%, 86%) | — | |
| HWB | hwb(203 67% 14%) | color: hwb(203 67% 14%) | |
| OKLCH | oklch(0.8227 0.041 234.34) | color: oklch(0.8227 0.041 234.34) | |
| Lab | lab(79.71 -6.13 -12.27) | color: lab(79.71 -6.13 -12.27) | |
| LCH | lch(79.71 13.72 243.45) | color: lch(79.71 13.72 243.45) |
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)
#B9B9D8 — rgb(185, 185, 216)
Deuteranopia (Green-blind)
#B7B5D7 — rgb(183, 181, 215)
Tritanopia (Blue-blind)
#AED4D3 — rgb(174, 212, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 41%, 77%);
text
color: hsl(203, 41%, 77%);
border
border: 2px solid hsl(203, 41%, 77%);
gradient light
background: linear-gradient(to right, hsl(203, 41%, 97%), hsl(203, 41%, 77%));
gradient dark
background: linear-gradient(to right, hsl(203, 41%, 77%), hsl(203, 41%, 57%))
hex
background-color: #ACCADC;
tailwind
bg-[hsl(203,41%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 41%, 77%, 0.4);
css variable
--color-primary: hsl(203, 41%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 41%, 77%)?
HEX: #ACCADC | RGB: rgb(172, 202, 220) | CMYK: 22%, 8%, 0%, 14% | HSV: 203°, 22%, 86%. Copy any format from the conversion table above.
What colors go well with #ACCADC?
The complementary color is HSL(23, 41%, 77%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 41%, 77%) in CSS?
As HSL: color: hsl(203, 41%, 77%); — As HEX: color: #ACCADC; — As RGB: color: rgb(172, 202, 220); — Tailwind CSS: bg-[hsl(203,41%,77%)] — CSS variable: --color-primary: hsl(203, 41%, 77%);