HSL(217, 60%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 60%, 80%) | color: hsl(217, 60%, 80%) | |
| HEX | #ADC5EB | color: #ADC5EB | |
| RGB | rgb(173, 197, 235) | color: rgb(173, 197, 235) | |
| CMYK | cmyk(26%, 16%, 0%, 8%) | — | |
| HSV | hsv(217, 26%, 92%) | — | |
| HWB | hwb(217 68% 8%) | color: hwb(217 68% 8%) | |
| OKLCH | oklch(0.8183 0.0598 259.53) | color: oklch(0.8183 0.0598 259.53) | |
| Lab | lab(78.93 0.24 -21.49) | color: lab(78.93 0.24 -21.49) | |
| LCH | lch(78.93 21.49 270.64) | color: lch(78.93 21.49 270.64) |
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)
#B7B8E2 — rgb(183, 184, 226)
Deuteranopia (Green-blind)
#B6B4E0 — rgb(182, 180, 224)
Tritanopia (Blue-blind)
#AEDBD9 — rgb(174, 219, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 60%, 80%);
text
color: hsl(217, 60%, 80%);
border
border: 2px solid hsl(217, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(217, 60%, 100%), hsl(217, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(217, 60%, 80%), hsl(217, 60%, 60%))
hex
background-color: #ADC5EB;
tailwind
bg-[hsl(217,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 60%, 80%, 0.4);
css variable
--color-primary: hsl(217, 60%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 60%, 80%)?
HEX: #ADC5EB | RGB: rgb(173, 197, 235) | CMYK: 26%, 16%, 0%, 8% | HSV: 217°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #ADC5EB?
The complementary color is HSL(37, 60%, 80%). 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, 60%, 80%) in CSS?
As HSL: color: hsl(217, 60%, 80%); — As HEX: color: #ADC5EB; — As RGB: color: rgb(173, 197, 235); — Tailwind CSS: bg-[hsl(217,60%,80%)] — CSS variable: --color-primary: hsl(217, 60%, 80%);