HSL(153, 77%, 78%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,77%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 77%, 78%) | color: hsl(153, 77%, 78%) | |
| HEX | #9CF2CB | color: #9CF2CB | |
| RGB | rgb(156, 242, 203) | color: rgb(156, 242, 203) | |
| CMYK | cmyk(36%, 0%, 16%, 5%) | — | |
| HSV | hsv(153, 36%, 95%) | — | |
| HWB | hwb(153 61% 5%) | color: hwb(153 61% 5%) | |
| OKLCH | oklch(0.8957 0.1 164.02) | color: oklch(0.8957 0.1 164.02) | |
| Lab | lab(89.34 -34.28 10.68) | color: lab(89.34 -34.28 10.68) | |
| LCH | lch(89.34 35.91 162.7) | color: lch(89.34 35.91 162.7) |
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)
#C1C2D4 — rgb(193, 194, 212)
Deuteranopia (Green-blind)
#BCB6D7 — rgb(188, 182, 215)
Tritanopia (Blue-blind)
#A0DCDE — rgb(160, 220, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 77%, 78%);
text
color: hsl(153, 77%, 78%);
border
border: 2px solid hsl(153, 77%, 78%);
gradient light
background: linear-gradient(to right, hsl(153, 77%, 98%), hsl(153, 77%, 78%));
gradient dark
background: linear-gradient(to right, hsl(153, 77%, 78%), hsl(153, 77%, 58%))
hex
background-color: #9CF2CB;
tailwind
bg-[hsl(153,77%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 77%, 78%, 0.4);
css variable
--color-primary: hsl(153, 77%, 78%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 77%, 78%)?
HEX: #9CF2CB | RGB: rgb(156, 242, 203) | CMYK: 36%, 0%, 16%, 5% | HSV: 153°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #9CF2CB?
The complementary color is HSL(333, 77%, 78%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 77%, 78%) in CSS?
As HSL: color: hsl(153, 77%, 78%); — As HEX: color: #9CF2CB; — As RGB: color: rgb(156, 242, 203); — Tailwind CSS: bg-[hsl(153,77%,78%)] — CSS variable: --color-primary: hsl(153, 77%, 78%);