HSL(157, 67%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,67%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 67%, 77%) | color: hsl(157, 67%, 77%) | |
| HEX | #9DECCE | color: #9DECCE | |
| RGB | rgb(157, 236, 206) | color: rgb(157, 236, 206) | |
| CMYK | cmyk(33%, 0%, 13%, 7%) | — | |
| HSV | hsv(157, 33%, 93%) | — | |
| HWB | hwb(157 62% 7%) | color: hwb(157 62% 7%) | |
| OKLCH | oklch(0.8835 0.0885 168.45) | color: oklch(0.8835 0.0885 168.45) | |
| Lab | lab(87.78 -30.59 6.89) | color: lab(87.78 -30.59 6.89) | |
| LCH | lch(87.78 31.36 167.31) | color: lch(87.78 31.36 167.31) |
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)
#BFC0D5 — rgb(191, 192, 213)
Deuteranopia (Green-blind)
#BBB5D7 — rgb(187, 181, 215)
Tritanopia (Blue-blind)
#A1DBDC — rgb(161, 219, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 67%, 77%);
text
color: hsl(157, 67%, 77%);
border
border: 2px solid hsl(157, 67%, 77%);
gradient light
background: linear-gradient(to right, hsl(157, 67%, 97%), hsl(157, 67%, 77%));
gradient dark
background: linear-gradient(to right, hsl(157, 67%, 77%), hsl(157, 67%, 57%))
hex
background-color: #9DECCE;
tailwind
bg-[hsl(157,67%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 67%, 77%, 0.4);
css variable
--color-primary: hsl(157, 67%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 67%, 77%)?
HEX: #9DECCE | RGB: rgb(157, 236, 206) | CMYK: 33%, 0%, 13%, 7% | HSV: 157°, 33%, 93%. Copy any format from the conversion table above.
What colors go well with #9DECCE?
The complementary color is HSL(337, 67%, 77%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 67%, 77%) in CSS?
As HSL: color: hsl(157, 67%, 77%); — As HEX: color: #9DECCE; — As RGB: color: rgb(157, 236, 206); — Tailwind CSS: bg-[hsl(157,67%,77%)] — CSS variable: --color-primary: hsl(157, 67%, 77%);