HSL(212, 80%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,80%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 80%, 74%) | color: hsl(212, 80%, 74%) | |
| HEX | #88B9F2 | color: #88B9F2 | |
| RGB | rgb(136, 185, 242) | color: rgb(136, 185, 242) | |
| CMYK | cmyk(44%, 24%, 0%, 5%) | — | |
| HSV | hsv(212, 44%, 95%) | — | |
| HWB | hwb(212 53% 5%) | color: hwb(212 53% 5%) | |
| OKLCH | oklch(0.7728 0.0973 252.76) | color: oklch(0.7728 0.0973 252.76) | |
| Lab | lab(73.77 -1.53 -33.37) | color: lab(73.77 -1.53 -33.37) | |
| LCH | lch(73.77 33.41 267.37) | color: lch(73.77 33.41 267.37) |
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)
#9D9EE4 — rgb(157, 158, 228)
Deuteranopia (Green-blind)
#9A97E1 — rgb(154, 151, 225)
Tritanopia (Blue-blind)
#8AD9D7 — rgb(138, 217, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 80%, 74%);
text
color: hsl(212, 80%, 74%);
border
border: 2px solid hsl(212, 80%, 74%);
gradient light
background: linear-gradient(to right, hsl(212, 80%, 94%), hsl(212, 80%, 74%));
gradient dark
background: linear-gradient(to right, hsl(212, 80%, 74%), hsl(212, 80%, 54%))
hex
background-color: #88B9F2;
tailwind
bg-[hsl(212,80%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 80%, 74%, 0.4);
css variable
--color-primary: hsl(212, 80%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 80%, 74%)?
HEX: #88B9F2 | RGB: rgb(136, 185, 242) | CMYK: 44%, 24%, 0%, 5% | HSV: 212°, 44%, 95%. Copy any format from the conversion table above.
What colors go well with #88B9F2?
The complementary color is HSL(32, 80%, 74%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 80%, 74%) in CSS?
As HSL: color: hsl(212, 80%, 74%); — As HEX: color: #88B9F2; — As RGB: color: rgb(136, 185, 242); — Tailwind CSS: bg-[hsl(212,80%,74%)] — CSS variable: --color-primary: hsl(212, 80%, 74%);