HSL(208, 33%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(208,33%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(208, 33%, 76%) | color: hsl(208, 33%, 76%) | |
| HEX | #AEC3D6 | color: #AEC3D6 | |
| RGB | rgb(174, 195, 214) | color: rgb(174, 195, 214) | |
| CMYK | cmyk(19%, 9%, 0%, 16%) | — | |
| HSV | hsv(209, 19%, 84%) | — | |
| HWB | hwb(209 68% 16%) | color: hwb(209 68% 16%) | |
| OKLCH | oklch(0.8074 0.0354 245.55) | color: oklch(0.8074 0.0354 245.55) | |
| Lab | lab(77.81 -3.13 -11.88) | color: lab(77.81 -3.13 -11.88) | |
| LCH | lch(77.81 12.29 255.24) | color: lch(77.81 12.29 255.24) |
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)
#B7B7D1 — rgb(183, 183, 209)
Deuteranopia (Green-blind)
#B6B4D0 — rgb(182, 180, 208)
Tritanopia (Blue-blind)
#AFCECD — rgb(175, 206, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(208, 33%, 76%);
text
color: hsl(208, 33%, 76%);
border
border: 2px solid hsl(208, 33%, 76%);
gradient light
background: linear-gradient(to right, hsl(208, 33%, 96%), hsl(208, 33%, 76%));
gradient dark
background: linear-gradient(to right, hsl(208, 33%, 76%), hsl(208, 33%, 56%))
hex
background-color: #AEC3D6;
tailwind
bg-[hsl(208,33%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(208, 33%, 76%, 0.4);
css variable
--color-primary: hsl(208, 33%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(208, 33%, 76%)?
HEX: #AEC3D6 | RGB: rgb(174, 195, 214) | CMYK: 19%, 9%, 0%, 16% | HSV: 209°, 19%, 84%. Copy any format from the conversion table above.
What colors go well with #AEC3D6?
The complementary color is HSL(28, 33%, 76%). For a triadic harmony, use hues 208°, 328°, and 88°. For analogous combinations, try hues 178° and 238°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(208, 33%, 76%) in CSS?
As HSL: color: hsl(208, 33%, 76%); — As HEX: color: #AEC3D6; — As RGB: color: rgb(174, 195, 214); — Tailwind CSS: bg-[hsl(208,33%,76%)] — CSS variable: --color-primary: hsl(208, 33%, 76%);