HSL(151, 65%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,65%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 65%, 85%) | color: hsl(151, 65%, 85%) | |
| HEX | #C0F2DA | color: #C0F2DA | |
| RGB | rgb(192, 242, 218) | color: rgb(192, 242, 218) | |
| CMYK | cmyk(21%, 0%, 10%, 5%) | — | |
| HSV | hsv(151, 21%, 95%) | — | |
| HWB | hwb(151 75% 5%) | color: hwb(151 75% 5%) | |
| OKLCH | oklch(0.9199 0.0607 164.28) | color: oklch(0.9199 0.0607 164.28) | |
| Lab | lab(91.58 -20.63 6.36) | color: lab(91.58 -20.63 6.36) | |
| LCH | lch(91.58 21.59 162.87) | color: lch(91.58 21.59 162.87) |
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)
#D6D6E0 — rgb(214, 214, 224)
Deuteranopia (Green-blind)
#D3CFE1 — rgb(211, 207, 225)
Tritanopia (Blue-blind)
#C3E4E5 — rgb(195, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 65%, 85%);
text
color: hsl(151, 65%, 85%);
border
border: 2px solid hsl(151, 65%, 85%);
gradient light
background: linear-gradient(to right, hsl(151, 65%, 100%), hsl(151, 65%, 85%));
gradient dark
background: linear-gradient(to right, hsl(151, 65%, 85%), hsl(151, 65%, 65%))
hex
background-color: #C0F2DA;
tailwind
bg-[hsl(151,65%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 65%, 85%, 0.4);
css variable
--color-primary: hsl(151, 65%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 65%, 85%)?
HEX: #C0F2DA | RGB: rgb(192, 242, 218) | CMYK: 21%, 0%, 10%, 5% | HSV: 151°, 21%, 95%. Copy any format from the conversion table above.
What colors go well with #C0F2DA?
The complementary color is HSL(331, 65%, 85%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 65%, 85%) in CSS?
As HSL: color: hsl(151, 65%, 85%); — As HEX: color: #C0F2DA; — As RGB: color: rgb(192, 242, 218); — Tailwind CSS: bg-[hsl(151,65%,85%)] — CSS variable: --color-primary: hsl(151, 65%, 85%);