HSL(211, 61%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,61%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 61%, 76%) | color: hsl(211, 61%, 76%) | |
| HEX | #9CC1E7 | color: #9CC1E7 | |
| RGB | rgb(156, 193, 231) | color: rgb(156, 193, 231) | |
| CMYK | cmyk(32%, 16%, 0%, 9%) | — | |
| HSV | hsv(210, 32%, 91%) | — | |
| HWB | hwb(210 62% 9%) | color: hwb(210 62% 9%) | |
| OKLCH | oklch(0.7972 0.0673 249.36) | color: oklch(0.7972 0.0673 249.36) | |
| Lab | lab(76.66 -3.47 -22.89) | color: lab(76.66 -3.47 -22.89) | |
| LCH | lch(76.66 23.15 261.38) | color: lch(76.66 23.15 261.38) |
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)
#ACACDE — rgb(172, 172, 222)
Deuteranopia (Green-blind)
#AAA7DC — rgb(170, 167, 220)
Tritanopia (Blue-blind)
#9ED7D5 — rgb(158, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 61%, 76%);
text
color: hsl(211, 61%, 76%);
border
border: 2px solid hsl(211, 61%, 76%);
gradient light
background: linear-gradient(to right, hsl(211, 61%, 96%), hsl(211, 61%, 76%));
gradient dark
background: linear-gradient(to right, hsl(211, 61%, 76%), hsl(211, 61%, 56%))
hex
background-color: #9CC1E7;
tailwind
bg-[hsl(211,61%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 61%, 76%, 0.4);
css variable
--color-primary: hsl(211, 61%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 61%, 76%)?
HEX: #9CC1E7 | RGB: rgb(156, 193, 231) | CMYK: 32%, 16%, 0%, 9% | HSV: 210°, 32%, 91%. Copy any format from the conversion table above.
What colors go well with #9CC1E7?
The complementary color is HSL(31, 61%, 76%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 61%, 76%) in CSS?
As HSL: color: hsl(211, 61%, 76%); — As HEX: color: #9CC1E7; — As RGB: color: rgb(156, 193, 231); — Tailwind CSS: bg-[hsl(211,61%,76%)] — CSS variable: --color-primary: hsl(211, 61%, 76%);