HSL(161, 65%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,65%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 65%, 85%) | color: hsl(161, 65%, 85%) | |
| HEX | #C0F2E2 | color: #C0F2E2 | |
| RGB | rgb(192, 242, 226) | color: rgb(192, 242, 226) | |
| CMYK | cmyk(21%, 0%, 7%, 5%) | — | |
| HSV | hsv(161, 21%, 95%) | — | |
| HWB | hwb(161 75% 5%) | color: hwb(161 75% 5%) | |
| OKLCH | oklch(0.922 0.0556 173.51) | color: oklch(0.922 0.0556 173.51) | |
| Lab | lab(91.77 -19.08 2.48) | color: lab(91.77 -19.08 2.48) | |
| LCH | lch(91.77 19.24 172.59) | color: lch(91.77 19.24 172.59) |
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)
#D6D6E6 — rgb(214, 214, 230)
Deuteranopia (Green-blind)
#D3CFE7 — rgb(211, 207, 231)
Tritanopia (Blue-blind)
#C3E9EA — rgb(195, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 65%, 85%);
text
color: hsl(161, 65%, 85%);
border
border: 2px solid hsl(161, 65%, 85%);
gradient light
background: linear-gradient(to right, hsl(161, 65%, 100%), hsl(161, 65%, 85%));
gradient dark
background: linear-gradient(to right, hsl(161, 65%, 85%), hsl(161, 65%, 65%))
hex
background-color: #C0F2E2;
tailwind
bg-[hsl(161,65%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 65%, 85%, 0.4);
css variable
--color-primary: hsl(161, 65%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 65%, 85%)?
HEX: #C0F2E2 | RGB: rgb(192, 242, 226) | CMYK: 21%, 0%, 7%, 5% | HSV: 161°, 21%, 95%. Copy any format from the conversion table above.
What colors go well with #C0F2E2?
The complementary color is HSL(341, 65%, 85%). 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, 65%, 85%) in CSS?
As HSL: color: hsl(161, 65%, 85%); — As HEX: color: #C0F2E2; — As RGB: color: rgb(192, 242, 226); — Tailwind CSS: bg-[hsl(161,65%,85%)] — CSS variable: --color-primary: hsl(161, 65%, 85%);