HSL(177, 23%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,23%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 23%, 83%) | color: hsl(177, 23%, 83%) | |
| HEX | #CADEDD | color: #CADEDD | |
| RGB | rgb(202, 222, 221) | color: rgb(202, 222, 221) | |
| CMYK | cmyk(9%, 0%, 0%, 13%) | — | |
| HSV | hsv(177, 9%, 87%) | — | |
| HWB | hwb(177 79% 13%) | color: hwb(177 79% 13%) | |
| OKLCH | oklch(0.8854 0.0214 193.13) | color: oklch(0.8854 0.0214 193.13) | |
| Lab | lab(87.01 -6.83 -1.79) | color: lab(87.01 -6.83 -1.79) | |
| LCH | lch(87.01 7.06 194.69) | color: lch(87.01 7.06 194.69) |
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)
#D3D3DD — rgb(211, 211, 221)
Deuteranopia (Green-blind)
#D2D0DD — rgb(210, 208, 221)
Tritanopia (Blue-blind)
#CBDDDD — rgb(203, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 23%, 83%);
text
color: hsl(177, 23%, 83%);
border
border: 2px solid hsl(177, 23%, 83%);
gradient light
background: linear-gradient(to right, hsl(177, 23%, 100%), hsl(177, 23%, 83%));
gradient dark
background: linear-gradient(to right, hsl(177, 23%, 83%), hsl(177, 23%, 63%))
hex
background-color: #CADEDD;
tailwind
bg-[hsl(177,23%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 23%, 83%, 0.4);
css variable
--color-primary: hsl(177, 23%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 23%, 83%)?
HEX: #CADEDD | RGB: rgb(202, 222, 221) | CMYK: 9%, 0%, 0%, 13% | HSV: 177°, 9%, 87%. Copy any format from the conversion table above.
What colors go well with #CADEDD?
The complementary color is HSL(357, 23%, 83%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 23%, 83%) in CSS?
As HSL: color: hsl(177, 23%, 83%); — As HEX: color: #CADEDD; — As RGB: color: rgb(202, 222, 221); — Tailwind CSS: bg-[hsl(177,23%,83%)] — CSS variable: --color-primary: hsl(177, 23%, 83%);