HSL(181, 72%, 74%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,72%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 72%, 74%) | color: hsl(181, 72%, 74%) | |
| HEX | #8DEBEC | color: #8DEBEC | |
| RGB | rgb(141, 235, 236) | color: rgb(141, 235, 236) | |
| CMYK | cmyk(40%, 0%, 0%, 7%) | — | |
| HSV | hsv(181, 40%, 93%) | — | |
| HWB | hwb(181 56% 7%) | color: hwb(181 56% 7%) | |
| OKLCH | oklch(0.8823 0.0896 196.53) | color: oklch(0.8823 0.0896 196.53) | |
| Lab | lab(87.55 -27.6 -9.25) | color: lab(87.55 -27.6 -9.25) | |
| LCH | lch(87.55 29.11 198.53) | color: lch(87.55 29.11 198.53) |
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)
#B6B7EC — rgb(182, 183, 236)
Deuteranopia (Green-blind)
#B0A9EC — rgb(176, 169, 236)
Tritanopia (Blue-blind)
#92ECEC — rgb(146, 236, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 72%, 74%);
text
color: hsl(181, 72%, 74%);
border
border: 2px solid hsl(181, 72%, 74%);
gradient light
background: linear-gradient(to right, hsl(181, 72%, 94%), hsl(181, 72%, 74%));
gradient dark
background: linear-gradient(to right, hsl(181, 72%, 74%), hsl(181, 72%, 54%))
hex
background-color: #8DEBEC;
tailwind
bg-[hsl(181,72%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 72%, 74%, 0.4);
css variable
--color-primary: hsl(181, 72%, 74%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 72%, 74%)?
HEX: #8DEBEC | RGB: rgb(141, 235, 236) | CMYK: 40%, 0%, 0%, 7% | HSV: 181°, 40%, 93%. Copy any format from the conversion table above.
What colors go well with #8DEBEC?
The complementary color is HSL(1, 72%, 74%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 72%, 74%) in CSS?
As HSL: color: hsl(181, 72%, 74%); — As HEX: color: #8DEBEC; — As RGB: color: rgb(141, 235, 236); — Tailwind CSS: bg-[hsl(181,72%,74%)] — CSS variable: --color-primary: hsl(181, 72%, 74%);