HSL(211, 63%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,63%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 63%, 76%) | color: hsl(211, 63%, 76%) | |
| HEX | #9BC1E8 | color: #9BC1E8 | |
| RGB | rgb(155, 193, 232) | color: rgb(155, 193, 232) | |
| CMYK | cmyk(33%, 17%, 0%, 9%) | — | |
| HSV | hsv(210, 33%, 91%) | — | |
| HWB | hwb(210 61% 9%) | color: hwb(210 61% 9%) | |
| OKLCH | oklch(0.797 0.069 249.37) | color: oklch(0.797 0.069 249.37) | |
| Lab | lab(76.64 -3.5 -23.47) | color: lab(76.64 -3.5 -23.47) | |
| LCH | lch(76.64 23.73 261.52) | color: lch(76.64 23.73 261.52) |
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)
#ABACDF — rgb(171, 172, 223)
Deuteranopia (Green-blind)
#A9A6DC — rgb(169, 166, 220)
Tritanopia (Blue-blind)
#9DD7D5 — rgb(157, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 63%, 76%);
text
color: hsl(211, 63%, 76%);
border
border: 2px solid hsl(211, 63%, 76%);
gradient light
background: linear-gradient(to right, hsl(211, 63%, 96%), hsl(211, 63%, 76%));
gradient dark
background: linear-gradient(to right, hsl(211, 63%, 76%), hsl(211, 63%, 56%))
hex
background-color: #9BC1E8;
tailwind
bg-[hsl(211,63%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 63%, 76%, 0.4);
css variable
--color-primary: hsl(211, 63%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 63%, 76%)?
HEX: #9BC1E8 | RGB: rgb(155, 193, 232) | CMYK: 33%, 17%, 0%, 9% | HSV: 210°, 33%, 91%. Copy any format from the conversion table above.
What colors go well with #9BC1E8?
The complementary color is HSL(31, 63%, 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, 63%, 76%) in CSS?
As HSL: color: hsl(211, 63%, 76%); — As HEX: color: #9BC1E8; — As RGB: color: rgb(155, 193, 232); — Tailwind CSS: bg-[hsl(211,63%,76%)] — CSS variable: --color-primary: hsl(211, 63%, 76%);