HSL(160, 45%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,45%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 45%, 85%) | color: hsl(160, 45%, 85%) | |
| HEX | #C8EADE | color: #C8EADE | |
| RGB | rgb(200, 234, 222) | color: rgb(200, 234, 222) | |
| CMYK | cmyk(15%, 0%, 5%, 8%) | — | |
| HSV | hsv(159, 15%, 92%) | — | |
| HWB | hwb(159 78% 8%) | color: hwb(159 78% 8%) | |
| OKLCH | oklch(0.9092 0.0391 172.08) | color: oklch(0.9092 0.0391 172.08) | |
| Lab | lab(90.04 -13.37 2.11) | color: lab(90.04 -13.37 2.11) | |
| LCH | lch(90.04 13.54 171.03) | color: lch(90.04 13.54 171.03) |
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)
#D7D7E1 — rgb(215, 215, 225)
Deuteranopia (Green-blind)
#D5D2E2 — rgb(213, 210, 226)
Tritanopia (Blue-blind)
#CAE3E4 — rgb(202, 227, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 45%, 85%);
text
color: hsl(160, 45%, 85%);
border
border: 2px solid hsl(160, 45%, 85%);
gradient light
background: linear-gradient(to right, hsl(160, 45%, 100%), hsl(160, 45%, 85%));
gradient dark
background: linear-gradient(to right, hsl(160, 45%, 85%), hsl(160, 45%, 65%))
hex
background-color: #C8EADE;
tailwind
bg-[hsl(160,45%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 45%, 85%, 0.4);
css variable
--color-primary: hsl(160, 45%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 45%, 85%)?
HEX: #C8EADE | RGB: rgb(200, 234, 222) | CMYK: 15%, 0%, 5%, 8% | HSV: 159°, 15%, 92%. Copy any format from the conversion table above.
What colors go well with #C8EADE?
The complementary color is HSL(340, 45%, 85%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 45%, 85%) in CSS?
As HSL: color: hsl(160, 45%, 85%); — As HEX: color: #C8EADE; — As RGB: color: rgb(200, 234, 222); — Tailwind CSS: bg-[hsl(160,45%,85%)] — CSS variable: --color-primary: hsl(160, 45%, 85%);