HSL(163, 50%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,50%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 50%, 85%) | color: hsl(163, 50%, 85%) | |
| HEX | #C6ECE1 | color: #C6ECE1 | |
| RGB | rgb(198, 236, 225) | color: rgb(198, 236, 225) | |
| CMYK | cmyk(16%, 0%, 5%, 7%) | — | |
| HSV | hsv(163, 16%, 93%) | — | |
| HWB | hwb(163 78% 7%) | color: hwb(163 78% 7%) | |
| OKLCH | oklch(0.9129 0.0422 175.91) | color: oklch(0.9129 0.0422 175.91) | |
| Lab | lab(90.52 -14.43 1.22) | color: lab(90.52 -14.43 1.22) | |
| LCH | lch(90.52 14.48 175.17) | color: lch(90.52 14.48 175.17) |
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)
#D6D7E4 — rgb(214, 215, 228)
Deuteranopia (Green-blind)
#D4D1E4 — rgb(212, 209, 228)
Tritanopia (Blue-blind)
#C8E6E6 — rgb(200, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 50%, 85%);
text
color: hsl(163, 50%, 85%);
border
border: 2px solid hsl(163, 50%, 85%);
gradient light
background: linear-gradient(to right, hsl(163, 50%, 100%), hsl(163, 50%, 85%));
gradient dark
background: linear-gradient(to right, hsl(163, 50%, 85%), hsl(163, 50%, 65%))
hex
background-color: #C6ECE1;
tailwind
bg-[hsl(163,50%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 50%, 85%, 0.4);
css variable
--color-primary: hsl(163, 50%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 50%, 85%)?
HEX: #C6ECE1 | RGB: rgb(198, 236, 225) | CMYK: 16%, 0%, 5%, 7% | HSV: 163°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #C6ECE1?
The complementary color is HSL(343, 50%, 85%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 50%, 85%) in CSS?
As HSL: color: hsl(163, 50%, 85%); — As HEX: color: #C6ECE1; — As RGB: color: rgb(198, 236, 225); — Tailwind CSS: bg-[hsl(163,50%,85%)] — CSS variable: --color-primary: hsl(163, 50%, 85%);