HSL(177, 15%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(177,15%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 15%, 83%) | color: hsl(177, 15%, 83%) | |
| HEX | #CDDADA | color: #CDDADA | |
| RGB | rgb(205, 218, 218) | color: rgb(205, 218, 218) | |
| CMYK | cmyk(6%, 0%, 0%, 15%) | — | |
| HSV | hsv(180, 6%, 85%) | — | |
| HWB | hwb(180 80% 15%) | color: hwb(180 80% 15%) | |
| OKLCH | oklch(0.8785 0.014 196.9) | color: oklch(0.8785 0.014 196.9) | |
| Lab | lab(86.1 -4.36 -1.51) | color: lab(86.1 -4.36 -1.51) | |
| LCH | lch(86.1 4.61 199.1) | color: lch(86.1 4.61 199.1) |
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)
#D3D3DA — rgb(211, 211, 218)
Deuteranopia (Green-blind)
#D2D1DA — rgb(210, 209, 218)
Tritanopia (Blue-blind)
#CEDADA — rgb(206, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 15%, 83%);
text
color: hsl(177, 15%, 83%);
border
border: 2px solid hsl(177, 15%, 83%);
gradient light
background: linear-gradient(to right, hsl(177, 15%, 100%), hsl(177, 15%, 83%));
gradient dark
background: linear-gradient(to right, hsl(177, 15%, 83%), hsl(177, 15%, 63%))
hex
background-color: #CDDADA;
tailwind
bg-[hsl(177,15%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 15%, 83%, 0.4);
css variable
--color-primary: hsl(177, 15%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 15%, 83%)?
HEX: #CDDADA | RGB: rgb(205, 218, 218) | CMYK: 6%, 0%, 0%, 15% | HSV: 180°, 6%, 85%. Copy any format from the conversion table above.
What colors go well with #CDDADA?
The complementary color is HSL(357, 15%, 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, 15%, 83%) in CSS?
As HSL: color: hsl(177, 15%, 83%); — As HEX: color: #CDDADA; — As RGB: color: rgb(205, 218, 218); — Tailwind CSS: bg-[hsl(177,15%,83%)] — CSS variable: --color-primary: hsl(177, 15%, 83%);