HSL(218, 33%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(218,33%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(218, 33%, 76%) | color: hsl(218, 33%, 76%) | |
| HEX | #AEBCD6 | color: #AEBCD6 | |
| RGB | rgb(174, 188, 214) | color: rgb(174, 188, 214) | |
| CMYK | cmyk(19%, 12%, 0%, 16%) | — | |
| HSV | hsv(219, 19%, 84%) | — | |
| HWB | hwb(219 68% 16%) | color: hwb(219 68% 16%) | |
| OKLCH | oklch(0.7929 0.0401 262.89) | color: oklch(0.7929 0.0401 262.89) | |
| Lab | lab(75.96 0.62 -14.65) | color: lab(75.96 0.62 -14.65) | |
| LCH | lch(75.96 14.66 272.42) | color: lch(75.96 14.66 272.42) |
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)
#B4B4D0 — rgb(180, 180, 208)
Deuteranopia (Green-blind)
#B3B2CE — rgb(179, 178, 206)
Tritanopia (Blue-blind)
#AFCBCA — rgb(175, 203, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(218, 33%, 76%);
text
color: hsl(218, 33%, 76%);
border
border: 2px solid hsl(218, 33%, 76%);
gradient light
background: linear-gradient(to right, hsl(218, 33%, 96%), hsl(218, 33%, 76%));
gradient dark
background: linear-gradient(to right, hsl(218, 33%, 76%), hsl(218, 33%, 56%))
hex
background-color: #AEBCD6;
tailwind
bg-[hsl(218,33%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(218, 33%, 76%, 0.4);
css variable
--color-primary: hsl(218, 33%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(218, 33%, 76%)?
HEX: #AEBCD6 | RGB: rgb(174, 188, 214) | CMYK: 19%, 12%, 0%, 16% | HSV: 219°, 19%, 84%. Copy any format from the conversion table above.
What colors go well with #AEBCD6?
The complementary color is HSL(38, 33%, 76%). For a triadic harmony, use hues 218°, 338°, and 98°. For analogous combinations, try hues 188° and 248°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(218, 33%, 76%) in CSS?
As HSL: color: hsl(218, 33%, 76%); — As HEX: color: #AEBCD6; — As RGB: color: rgb(174, 188, 214); — Tailwind CSS: bg-[hsl(218,33%,76%)] — CSS variable: --color-primary: hsl(218, 33%, 76%);