HSL(215, 60%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(215,60%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 60%, 76%) | color: hsl(215, 60%, 76%) | |
| HEX | #9DBCE7 | color: #9DBCE7 | |
| RGB | rgb(157, 188, 231) | color: rgb(157, 188, 231) | |
| CMYK | cmyk(32%, 19%, 0%, 9%) | — | |
| HSV | hsv(215, 32%, 91%) | — | |
| HWB | hwb(215 62% 9%) | color: hwb(215 62% 9%) | |
| OKLCH | oklch(0.7874 0.0703 256.63) | color: oklch(0.7874 0.0703 256.63) | |
| Lab | lab(75.39 -0.49 -24.82) | color: lab(75.39 -0.49 -24.82) | |
| LCH | lch(75.39 24.82 268.87) | color: lch(75.39 24.82 268.87) |
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)
#AAABDD — rgb(170, 171, 221)
Deuteranopia (Green-blind)
#A9A6DA — rgb(169, 166, 218)
Tritanopia (Blue-blind)
#9FD4D3 — rgb(159, 212, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 60%, 76%);
text
color: hsl(215, 60%, 76%);
border
border: 2px solid hsl(215, 60%, 76%);
gradient light
background: linear-gradient(to right, hsl(215, 60%, 96%), hsl(215, 60%, 76%));
gradient dark
background: linear-gradient(to right, hsl(215, 60%, 76%), hsl(215, 60%, 56%))
hex
background-color: #9DBCE7;
tailwind
bg-[hsl(215,60%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 60%, 76%, 0.4);
css variable
--color-primary: hsl(215, 60%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 60%, 76%)?
HEX: #9DBCE7 | RGB: rgb(157, 188, 231) | CMYK: 32%, 19%, 0%, 9% | HSV: 215°, 32%, 91%. Copy any format from the conversion table above.
What colors go well with #9DBCE7?
The complementary color is HSL(35, 60%, 76%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 60%, 76%) in CSS?
As HSL: color: hsl(215, 60%, 76%); — As HEX: color: #9DBCE7; — As RGB: color: rgb(157, 188, 231); — Tailwind CSS: bg-[hsl(215,60%,76%)] — CSS variable: --color-primary: hsl(215, 60%, 76%);