HSL(171, 46%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,46%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 46%, 83%) | color: hsl(171, 46%, 83%) | |
| HEX | #C0E8E2 | color: #C0E8E2 | |
| RGB | rgb(192, 232, 226) | color: rgb(192, 232, 226) | |
| CMYK | cmyk(17%, 0%, 3%, 9%) | — | |
| HSV | hsv(171, 17%, 91%) | — | |
| HWB | hwb(171 76% 9%) | color: hwb(171 76% 9%) | |
| OKLCH | oklch(0.9009 0.0424 185.36) | color: oklch(0.9009 0.0424 185.36) | |
| Lab | lab(89.12 -14.11 -1.4) | color: lab(89.12 -14.11 -1.4) | |
| LCH | lch(89.12 14.18 185.67) | color: lch(89.12 14.18 185.67) |
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)
#D1D2E3 — rgb(209, 210, 227)
Deuteranopia (Green-blind)
#CFCCE4 — rgb(207, 204, 228)
Tritanopia (Blue-blind)
#C2E5E5 — rgb(194, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 46%, 83%);
text
color: hsl(171, 46%, 83%);
border
border: 2px solid hsl(171, 46%, 83%);
gradient light
background: linear-gradient(to right, hsl(171, 46%, 100%), hsl(171, 46%, 83%));
gradient dark
background: linear-gradient(to right, hsl(171, 46%, 83%), hsl(171, 46%, 63%))
hex
background-color: #C0E8E2;
tailwind
bg-[hsl(171,46%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 46%, 83%, 0.4);
css variable
--color-primary: hsl(171, 46%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 46%, 83%)?
HEX: #C0E8E2 | RGB: rgb(192, 232, 226) | CMYK: 17%, 0%, 3%, 9% | HSV: 171°, 17%, 91%. Copy any format from the conversion table above.
What colors go well with #C0E8E2?
The complementary color is HSL(351, 46%, 83%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 46%, 83%) in CSS?
As HSL: color: hsl(171, 46%, 83%); — As HEX: color: #C0E8E2; — As RGB: color: rgb(192, 232, 226); — Tailwind CSS: bg-[hsl(171,46%,83%)] — CSS variable: --color-primary: hsl(171, 46%, 83%);