HSL(205, 100%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(205,100%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 100%, 77%) | color: hsl(205, 100%, 77%) | |
| HEX | #8ACEFF | color: #8ACEFF | |
| RGB | rgb(138, 206, 255) | color: rgb(138, 206, 255) | |
| CMYK | cmyk(46%, 19%, 0%, 0%) | — | |
| HSV | hsv(205, 46%, 100%) | — | |
| HWB | hwb(205 54% 0%) | color: hwb(205 54% 0%) | |
| OKLCH | oklch(0.8242 0.0976 240.77) | color: oklch(0.8242 0.0976 240.77) | |
| Lab | lab(80.05 -8.76 -30.66) | color: lab(80.05 -8.76 -30.66) | |
| LCH | lch(80.05 31.89 254.05) | color: lch(80.05 31.89 254.05) |
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)
#A7A8F3 — rgb(167, 168, 243)
Deuteranopia (Green-blind)
#A49EF0 — rgb(164, 158, 240)
Tritanopia (Blue-blind)
#8DEAE8 — rgb(141, 234, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 100%, 77%);
text
color: hsl(205, 100%, 77%);
border
border: 2px solid hsl(205, 100%, 77%);
gradient light
background: linear-gradient(to right, hsl(205, 100%, 97%), hsl(205, 100%, 77%));
gradient dark
background: linear-gradient(to right, hsl(205, 100%, 77%), hsl(205, 100%, 57%))
hex
background-color: #8ACEFF;
tailwind
bg-[hsl(205,100%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 100%, 77%, 0.4);
css variable
--color-primary: hsl(205, 100%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 100%, 77%)?
HEX: #8ACEFF | RGB: rgb(138, 206, 255) | CMYK: 46%, 19%, 0%, 0% | HSV: 205°, 46%, 100%. Copy any format from the conversion table above.
What colors go well with #8ACEFF?
The complementary color is HSL(25, 100%, 77%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 100%, 77%) in CSS?
As HSL: color: hsl(205, 100%, 77%); — As HEX: color: #8ACEFF; — As RGB: color: rgb(138, 206, 255); — Tailwind CSS: bg-[hsl(205,100%,77%)] — CSS variable: --color-primary: hsl(205, 100%, 77%);