HSL(161, 77%, 78%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,77%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 77%, 78%) | color: hsl(161, 77%, 78%) | |
| HEX | #9CF2D7 | color: #9CF2D7 | |
| RGB | rgb(156, 242, 215) | color: rgb(156, 242, 215) | |
| CMYK | cmyk(36%, 0%, 11%, 5%) | — | |
| HSV | hsv(161, 36%, 95%) | — | |
| HWB | hwb(161 61% 5%) | color: hwb(161 61% 5%) | |
| OKLCH | oklch(0.8989 0.0918 172.29) | color: oklch(0.8989 0.0918 172.29) | |
| Lab | lab(89.62 -31.81 4.84) | color: lab(89.62 -31.81 4.84) | |
| LCH | lch(89.62 32.18 171.35) | color: lch(89.62 32.18 171.35) |
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)
#C1C2DE — rgb(193, 194, 222)
Deuteranopia (Green-blind)
#BCB6DF — rgb(188, 182, 223)
Tritanopia (Blue-blind)
#A0E3E4 — rgb(160, 227, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 77%, 78%);
text
color: hsl(161, 77%, 78%);
border
border: 2px solid hsl(161, 77%, 78%);
gradient light
background: linear-gradient(to right, hsl(161, 77%, 98%), hsl(161, 77%, 78%));
gradient dark
background: linear-gradient(to right, hsl(161, 77%, 78%), hsl(161, 77%, 58%))
hex
background-color: #9CF2D7;
tailwind
bg-[hsl(161,77%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 77%, 78%, 0.4);
css variable
--color-primary: hsl(161, 77%, 78%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 77%, 78%)?
HEX: #9CF2D7 | RGB: rgb(156, 242, 215) | CMYK: 36%, 0%, 11%, 5% | HSV: 161°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #9CF2D7?
The complementary color is HSL(341, 77%, 78%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 77%, 78%) in CSS?
As HSL: color: hsl(161, 77%, 78%); — As HEX: color: #9CF2D7; — As RGB: color: rgb(156, 242, 215); — Tailwind CSS: bg-[hsl(161,77%,78%)] — CSS variable: --color-primary: hsl(161, 77%, 78%);