HSL(217, 80%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,80%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 80%, 74%) | color: hsl(217, 80%, 74%) | |
| HEX | #88B0F2 | color: #88B0F2 | |
| RGB | rgb(136, 176, 242) | color: rgb(136, 176, 242) | |
| CMYK | cmyk(44%, 27%, 0%, 5%) | — | |
| HSV | hsv(217, 44%, 95%) | — | |
| HWB | hwb(217 53% 5%) | color: hwb(217 53% 5%) | |
| OKLCH | oklch(0.7538 0.1052 260.16) | color: oklch(0.7538 0.1052 260.16) | |
| Lab | lab(71.35 3.44 -37.12) | color: lab(71.35 3.44 -37.12) | |
| LCH | lch(71.35 37.28 275.29) | color: lch(71.35 37.28 275.29) |
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)
#999AE2 — rgb(153, 154, 226)
Deuteranopia (Green-blind)
#9794DE — rgb(151, 148, 222)
Tritanopia (Blue-blind)
#8AD5D3 — rgb(138, 213, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 80%, 74%);
text
color: hsl(217, 80%, 74%);
border
border: 2px solid hsl(217, 80%, 74%);
gradient light
background: linear-gradient(to right, hsl(217, 80%, 94%), hsl(217, 80%, 74%));
gradient dark
background: linear-gradient(to right, hsl(217, 80%, 74%), hsl(217, 80%, 54%))
hex
background-color: #88B0F2;
tailwind
bg-[hsl(217,80%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 80%, 74%, 0.4);
css variable
--color-primary: hsl(217, 80%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 80%, 74%)?
HEX: #88B0F2 | RGB: rgb(136, 176, 242) | CMYK: 44%, 27%, 0%, 5% | HSV: 217°, 44%, 95%. Copy any format from the conversion table above.
What colors go well with #88B0F2?
The complementary color is HSL(37, 80%, 74%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 80%, 74%) in CSS?
As HSL: color: hsl(217, 80%, 74%); — As HEX: color: #88B0F2; — As RGB: color: rgb(136, 176, 242); — Tailwind CSS: bg-[hsl(217,80%,74%)] — CSS variable: --color-primary: hsl(217, 80%, 74%);