HSL(201, 40%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,40%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 40%, 76%) | color: hsl(201, 40%, 76%) | |
| HEX | #A9C9DA | color: #A9C9DA | |
| RGB | rgb(169, 201, 218) | color: rgb(169, 201, 218) | |
| CMYK | cmyk(22%, 8%, 0%, 15%) | — | |
| HSV | hsv(201, 22%, 85%) | — | |
| HWB | hwb(201 66% 15%) | color: hwb(201 66% 15%) | |
| OKLCH | oklch(0.8179 0.0419 231.12) | color: oklch(0.8179 0.0419 231.12) | |
| Lab | lab(79.2 -6.97 -11.99) | color: lab(79.2 -6.97 -11.99) | |
| LCH | lch(79.2 13.87 239.83) | color: lch(79.2 13.87 239.83) |
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)
#B7B7D6 — rgb(183, 183, 214)
Deuteranopia (Green-blind)
#B5B3D5 — rgb(181, 179, 213)
Tritanopia (Blue-blind)
#ABD3D2 — rgb(171, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 40%, 76%);
text
color: hsl(201, 40%, 76%);
border
border: 2px solid hsl(201, 40%, 76%);
gradient light
background: linear-gradient(to right, hsl(201, 40%, 96%), hsl(201, 40%, 76%));
gradient dark
background: linear-gradient(to right, hsl(201, 40%, 76%), hsl(201, 40%, 56%))
hex
background-color: #A9C9DA;
tailwind
bg-[hsl(201,40%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 40%, 76%, 0.4);
css variable
--color-primary: hsl(201, 40%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 40%, 76%)?
HEX: #A9C9DA | RGB: rgb(169, 201, 218) | CMYK: 22%, 8%, 0%, 15% | HSV: 201°, 22%, 85%. Copy any format from the conversion table above.
What colors go well with #A9C9DA?
The complementary color is HSL(21, 40%, 76%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(201, 40%, 76%) in CSS?
As HSL: color: hsl(201, 40%, 76%); — As HEX: color: #A9C9DA; — As RGB: color: rgb(169, 201, 218); — Tailwind CSS: bg-[hsl(201,40%,76%)] — CSS variable: --color-primary: hsl(201, 40%, 76%);