HSL(181, 34%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,34%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 34%, 85%) | color: hsl(181, 34%, 85%) | |
| HEX | #CCE5E6 | color: #CCE5E6 | |
| RGB | rgb(204, 229, 230) | color: rgb(204, 229, 230) | |
| CMYK | cmyk(11%, 0%, 0%, 10%) | — | |
| HSV | hsv(182, 11%, 90%) | — | |
| HWB | hwb(182 80% 10%) | color: hwb(182 80% 10%) | |
| OKLCH | oklch(0.9039 0.0265 199.63) | color: oklch(0.9039 0.0265 199.63) | |
| Lab | lab(89.2 -8.01 -3.28) | color: lab(89.2 -8.01 -3.28) | |
| LCH | lch(89.2 8.66 202.27) | color: lch(89.2 8.66 202.27) |
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)
#D7D7E6 — rgb(215, 215, 230)
Deuteranopia (Green-blind)
#D5D4E6 — rgb(213, 212, 230)
Tritanopia (Blue-blind)
#CDE6E6 — rgb(205, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 34%, 85%);
text
color: hsl(181, 34%, 85%);
border
border: 2px solid hsl(181, 34%, 85%);
gradient light
background: linear-gradient(to right, hsl(181, 34%, 100%), hsl(181, 34%, 85%));
gradient dark
background: linear-gradient(to right, hsl(181, 34%, 85%), hsl(181, 34%, 65%))
hex
background-color: #CCE5E6;
tailwind
bg-[hsl(181,34%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 34%, 85%, 0.4);
css variable
--color-primary: hsl(181, 34%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 34%, 85%)?
HEX: #CCE5E6 | RGB: rgb(204, 229, 230) | CMYK: 11%, 0%, 0%, 10% | HSV: 182°, 11%, 90%. Copy any format from the conversion table above.
What colors go well with #CCE5E6?
The complementary color is HSL(1, 34%, 85%). 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, 34%, 85%) in CSS?
As HSL: color: hsl(181, 34%, 85%); — As HEX: color: #CCE5E6; — As RGB: color: rgb(204, 229, 230); — Tailwind CSS: bg-[hsl(181,34%,85%)] — CSS variable: --color-primary: hsl(181, 34%, 85%);