HSL(150, 72%, 74%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(150,72%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(150, 72%, 74%) | color: hsl(150, 72%, 74%) | |
| HEX | #8DECBD | color: #8DECBD | |
| RGB | rgb(141, 236, 189) | color: rgb(141, 236, 189) | |
| CMYK | cmyk(40%, 0%, 20%, 7%) | — | |
| HSV | hsv(150, 40%, 93%) | — | |
| HWB | hwb(150 56% 7%) | color: hwb(150 56% 7%) | |
| OKLCH | oklch(0.8713 0.1128 161.3) | color: oklch(0.8713 0.1128 161.3) | |
| Lab | lab(86.66 -38.46 14.07) | color: lab(86.66 -38.46 14.07) | |
| LCH | lch(86.66 40.95 159.91) | color: lch(86.66 40.95 159.91) |
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)
#B6B7C8 — rgb(182, 183, 200)
Deuteranopia (Green-blind)
#B1AACB — rgb(177, 170, 203)
Tritanopia (Blue-blind)
#92D1D3 — rgb(146, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(150, 72%, 74%);
text
color: hsl(150, 72%, 74%);
border
border: 2px solid hsl(150, 72%, 74%);
gradient light
background: linear-gradient(to right, hsl(150, 72%, 94%), hsl(150, 72%, 74%));
gradient dark
background: linear-gradient(to right, hsl(150, 72%, 74%), hsl(150, 72%, 54%))
hex
background-color: #8DECBD;
tailwind
bg-[hsl(150,72%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(150, 72%, 74%, 0.4);
css variable
--color-primary: hsl(150, 72%, 74%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(150, 72%, 74%)?
HEX: #8DECBD | RGB: rgb(141, 236, 189) | CMYK: 40%, 0%, 20%, 7% | HSV: 150°, 40%, 93%. Copy any format from the conversion table above.
What colors go well with #8DECBD?
The complementary color is HSL(330, 72%, 74%). For a triadic harmony, use hues 150°, 270°, and 30°. For analogous combinations, try hues 120° and 180°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(150, 72%, 74%) in CSS?
As HSL: color: hsl(150, 72%, 74%); — As HEX: color: #8DECBD; — As RGB: color: rgb(141, 236, 189); — Tailwind CSS: bg-[hsl(150,72%,74%)] — CSS variable: --color-primary: hsl(150, 72%, 74%);