HSL(203, 27%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,27%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 27%, 75%) | color: hsl(203, 27%, 75%) | |
| HEX | #AEC3D0 | color: #AEC3D0 | |
| RGB | rgb(174, 195, 208) | color: rgb(174, 195, 208) | |
| CMYK | cmyk(16%, 6%, 0%, 18%) | — | |
| HSV | hsv(203, 16%, 82%) | — | |
| HWB | hwb(203 69% 18%) | color: hwb(203 69% 18%) | |
| OKLCH | oklch(0.8054 0.0294 234.95) | color: oklch(0.8054 0.0294 234.95) | |
| Lab | lab(77.63 -4.42 -8.91) | color: lab(77.63 -4.42 -8.91) | |
| LCH | lch(77.63 9.95 243.62) | color: lch(77.63 9.95 243.62) |
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)
#B7B7CD — rgb(183, 183, 205)
Deuteranopia (Green-blind)
#B6B4CC — rgb(182, 180, 204)
Tritanopia (Blue-blind)
#AFCACA — rgb(175, 202, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 27%, 75%);
text
color: hsl(203, 27%, 75%);
border
border: 2px solid hsl(203, 27%, 75%);
gradient light
background: linear-gradient(to right, hsl(203, 27%, 95%), hsl(203, 27%, 75%));
gradient dark
background: linear-gradient(to right, hsl(203, 27%, 75%), hsl(203, 27%, 55%))
hex
background-color: #AEC3D0;
tailwind
bg-[hsl(203,27%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 27%, 75%, 0.4);
css variable
--color-primary: hsl(203, 27%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 27%, 75%)?
HEX: #AEC3D0 | RGB: rgb(174, 195, 208) | CMYK: 16%, 6%, 0%, 18% | HSV: 203°, 16%, 82%. Copy any format from the conversion table above.
What colors go well with #AEC3D0?
The complementary color is HSL(23, 27%, 75%). 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, 27%, 75%) in CSS?
As HSL: color: hsl(203, 27%, 75%); — As HEX: color: #AEC3D0; — As RGB: color: rgb(174, 195, 208); — Tailwind CSS: bg-[hsl(203,27%,75%)] — CSS variable: --color-primary: hsl(203, 27%, 75%);