HSL(181, 55%, 84%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,55%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 55%, 84%) | color: hsl(181, 55%, 84%) | |
| HEX | #C0ECED | color: #C0ECED | |
| RGB | rgb(192, 236, 237) | color: rgb(192, 236, 237) | |
| CMYK | cmyk(19%, 0%, 0%, 7%) | — | |
| HSV | hsv(181, 19%, 93%) | — | |
| HWB | hwb(181 75% 7%) | color: hwb(181 75% 7%) | |
| OKLCH | oklch(0.9125 0.0454 198.1) | color: oklch(0.9125 0.0454 198.1) | |
| Lab | lab(90.46 -13.87 -5.17) | color: lab(90.46 -13.87 -5.17) | |
| LCH | lch(90.46 14.8 200.44) | color: lch(90.46 14.8 200.44) |
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)
#D3D3ED — rgb(211, 211, 237)
Deuteranopia (Green-blind)
#D1CDED — rgb(209, 205, 237)
Tritanopia (Blue-blind)
#C2EDED — rgb(194, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 55%, 84%);
text
color: hsl(181, 55%, 84%);
border
border: 2px solid hsl(181, 55%, 84%);
gradient light
background: linear-gradient(to right, hsl(181, 55%, 100%), hsl(181, 55%, 84%));
gradient dark
background: linear-gradient(to right, hsl(181, 55%, 84%), hsl(181, 55%, 64%))
hex
background-color: #C0ECED;
tailwind
bg-[hsl(181,55%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 55%, 84%, 0.4);
css variable
--color-primary: hsl(181, 55%, 84%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 55%, 84%)?
HEX: #C0ECED | RGB: rgb(192, 236, 237) | CMYK: 19%, 0%, 0%, 7% | HSV: 181°, 19%, 93%. Copy any format from the conversion table above.
What colors go well with #C0ECED?
The complementary color is HSL(1, 55%, 84%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 55%, 84%) in CSS?
As HSL: color: hsl(181, 55%, 84%); — As HEX: color: #C0ECED; — As RGB: color: rgb(192, 236, 237); — Tailwind CSS: bg-[hsl(181,55%,84%)] — CSS variable: --color-primary: hsl(181, 55%, 84%);