HSL(211, 54%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,54%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 54%, 75%) | color: hsl(211, 54%, 75%) | |
| HEX | #9DBEE2 | color: #9DBEE2 | |
| RGB | rgb(157, 190, 226) | color: rgb(157, 190, 226) | |
| CMYK | cmyk(31%, 16%, 0%, 11%) | — | |
| HSV | hsv(211, 31%, 89%) | — | |
| HWB | hwb(211 61% 11%) | color: hwb(211 61% 11%) | |
| OKLCH | oklch(0.7897 0.0627 250.85) | color: oklch(0.7897 0.0627 250.85) | |
| Lab | lab(75.75 -2.8 -21.57) | color: lab(75.75 -2.8 -21.57) | |
| LCH | lch(75.75 21.75 262.6) | color: lch(75.75 21.75 262.6) |
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)
#ABACD9 — rgb(171, 172, 217)
Deuteranopia (Green-blind)
#A9A7D7 — rgb(169, 167, 215)
Tritanopia (Blue-blind)
#9FD2D1 — rgb(159, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 54%, 75%);
text
color: hsl(211, 54%, 75%);
border
border: 2px solid hsl(211, 54%, 75%);
gradient light
background: linear-gradient(to right, hsl(211, 54%, 95%), hsl(211, 54%, 75%));
gradient dark
background: linear-gradient(to right, hsl(211, 54%, 75%), hsl(211, 54%, 55%))
hex
background-color: #9DBEE2;
tailwind
bg-[hsl(211,54%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 54%, 75%, 0.4);
css variable
--color-primary: hsl(211, 54%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 54%, 75%)?
HEX: #9DBEE2 | RGB: rgb(157, 190, 226) | CMYK: 31%, 16%, 0%, 11% | HSV: 211°, 31%, 89%. Copy any format from the conversion table above.
What colors go well with #9DBEE2?
The complementary color is HSL(31, 54%, 75%). 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, 54%, 75%) in CSS?
As HSL: color: hsl(211, 54%, 75%); — As HEX: color: #9DBEE2; — As RGB: color: rgb(157, 190, 226); — Tailwind CSS: bg-[hsl(211,54%,75%)] — CSS variable: --color-primary: hsl(211, 54%, 75%);