HSL(243, 35%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,35%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 35%, 76%) | color: hsl(243, 35%, 76%) | |
| HEX | #AFACD7 | color: #AFACD7 | |
| RGB | rgb(175, 172, 215) | color: rgb(175, 172, 215) | |
| CMYK | cmyk(19%, 20%, 0%, 16%) | — | |
| HSV | hsv(244, 20%, 84%) | — | |
| HWB | hwb(244 67% 16%) | color: hwb(244 67% 16%) | |
| OKLCH | oklch(0.7615 0.0612 288.05) | color: oklch(0.7615 0.0612 288.05) | |
| Lab | lab(71.91 9.89 -21.31) | color: lab(71.91 9.89 -21.31) | |
| LCH | lch(71.91 23.49 294.9) | color: lch(71.91 23.49 294.9) |
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)
#AEAECD — rgb(174, 174, 205)
Deuteranopia (Green-blind)
#AEAECA — rgb(174, 174, 202)
Tritanopia (Blue-blind)
#AFC4C3 — rgb(175, 196, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 35%, 76%);
text
color: hsl(243, 35%, 76%);
border
border: 2px solid hsl(243, 35%, 76%);
gradient light
background: linear-gradient(to right, hsl(243, 35%, 96%), hsl(243, 35%, 76%));
gradient dark
background: linear-gradient(to right, hsl(243, 35%, 76%), hsl(243, 35%, 56%))
hex
background-color: #AFACD7;
tailwind
bg-[hsl(243,35%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 35%, 76%, 0.4);
css variable
--color-primary: hsl(243, 35%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 35%, 76%)?
HEX: #AFACD7 | RGB: rgb(175, 172, 215) | CMYK: 19%, 20%, 0%, 16% | HSV: 244°, 20%, 84%. Copy any format from the conversion table above.
What colors go well with #AFACD7?
The complementary color is HSL(63, 35%, 76%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 35%, 76%) in CSS?
As HSL: color: hsl(243, 35%, 76%); — As HEX: color: #AFACD7; — As RGB: color: rgb(175, 172, 215); — Tailwind CSS: bg-[hsl(243,35%,76%)] — CSS variable: --color-primary: hsl(243, 35%, 76%);