HSL(233, 22%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,22%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 22%, 74%) | color: hsl(233, 22%, 74%) | |
| HEX | #AEB2CB | color: #AEB2CB | |
| RGB | rgb(174, 178, 203) | color: rgb(174, 178, 203) | |
| CMYK | cmyk(14%, 12%, 0%, 20%) | — | |
| HSV | hsv(232, 14%, 80%) | — | |
| HWB | hwb(232 69% 20%) | color: hwb(232 69% 20%) | |
| OKLCH | oklch(0.7685 0.0359 278.32) | color: oklch(0.7685 0.0359 278.32) | |
| Lab | lab(72.99 3.66 -13.12) | color: lab(72.99 3.66 -13.12) | |
| LCH | lch(72.99 13.62 285.59) | color: lch(72.99 13.62 285.59) |
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)
#B0B0C5 — rgb(176, 176, 197)
Deuteranopia (Green-blind)
#B0AFC4 — rgb(176, 175, 196)
Tritanopia (Blue-blind)
#AEC0BF — rgb(174, 192, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 22%, 74%);
text
color: hsl(233, 22%, 74%);
border
border: 2px solid hsl(233, 22%, 74%);
gradient light
background: linear-gradient(to right, hsl(233, 22%, 94%), hsl(233, 22%, 74%));
gradient dark
background: linear-gradient(to right, hsl(233, 22%, 74%), hsl(233, 22%, 54%))
hex
background-color: #AEB2CB;
tailwind
bg-[hsl(233,22%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 22%, 74%, 0.4);
css variable
--color-primary: hsl(233, 22%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 22%, 74%)?
HEX: #AEB2CB | RGB: rgb(174, 178, 203) | CMYK: 14%, 12%, 0%, 20% | HSV: 232°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #AEB2CB?
The complementary color is HSL(53, 22%, 74%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 22%, 74%) in CSS?
As HSL: color: hsl(233, 22%, 74%); — As HEX: color: #AEB2CB; — As RGB: color: rgb(174, 178, 203); — Tailwind CSS: bg-[hsl(233,22%,74%)] — CSS variable: --color-primary: hsl(233, 22%, 74%);