HSL(211, 83%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,83%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 83%, 75%) | color: hsl(211, 83%, 75%) | |
| HEX | #8ABDF4 | color: #8ABDF4 | |
| RGB | rgb(138, 189, 244) | color: rgb(138, 189, 244) | |
| CMYK | cmyk(43%, 23%, 0%, 4%) | — | |
| HSV | hsv(211, 43%, 96%) | — | |
| HWB | hwb(211 55% 4%) | color: hwb(211 55% 4%) | |
| OKLCH | oklch(0.7833 0.0956 250.95) | color: oklch(0.7833 0.0956 250.95) | |
| Lab | lab(75.03 -2.67 -32.49) | color: lab(75.03 -2.67 -32.49) | |
| LCH | lch(75.03 32.6 265.3) | color: lch(75.03 32.6 265.3) |
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)
#A0A1E7 — rgb(160, 161, 231)
Deuteranopia (Green-blind)
#9D99E4 — rgb(157, 153, 228)
Tritanopia (Blue-blind)
#8DDCDA — rgb(141, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 83%, 75%);
text
color: hsl(211, 83%, 75%);
border
border: 2px solid hsl(211, 83%, 75%);
gradient light
background: linear-gradient(to right, hsl(211, 83%, 95%), hsl(211, 83%, 75%));
gradient dark
background: linear-gradient(to right, hsl(211, 83%, 75%), hsl(211, 83%, 55%))
hex
background-color: #8ABDF4;
tailwind
bg-[hsl(211,83%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 83%, 75%, 0.4);
css variable
--color-primary: hsl(211, 83%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 83%, 75%)?
HEX: #8ABDF4 | RGB: rgb(138, 189, 244) | CMYK: 43%, 23%, 0%, 4% | HSV: 211°, 43%, 96%. Copy any format from the conversion table above.
What colors go well with #8ABDF4?
The complementary color is HSL(31, 83%, 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, 83%, 75%) in CSS?
As HSL: color: hsl(211, 83%, 75%); — As HEX: color: #8ABDF4; — As RGB: color: rgb(138, 189, 244); — Tailwind CSS: bg-[hsl(211,83%,75%)] — CSS variable: --color-primary: hsl(211, 83%, 75%);