HSL(182, 22%, 84%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,22%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 22%, 84%) | color: hsl(182, 22%, 84%) | |
| HEX | #CDDFDF | color: #CDDFDF | |
| RGB | rgb(205, 223, 223) | color: rgb(205, 223, 223) | |
| CMYK | cmyk(8%, 0%, 0%, 13%) | — | |
| HSV | hsv(180, 8%, 87%) | — | |
| HWB | hwb(180 80% 13%) | color: hwb(180 80% 13%) | |
| OKLCH | oklch(0.8902 0.0193 196.81) | color: oklch(0.8902 0.0193 196.81) | |
| Lab | lab(87.52 -5.98 -2.06) | color: lab(87.52 -5.98 -2.06) | |
| LCH | lch(87.52 6.32 199.01) | color: lch(87.52 6.32 199.01) |
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)
#D5D5DF — rgb(213, 213, 223)
Deuteranopia (Green-blind)
#D4D2DF — rgb(212, 210, 223)
Tritanopia (Blue-blind)
#CEDFDF — rgb(206, 223, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 22%, 84%);
text
color: hsl(182, 22%, 84%);
border
border: 2px solid hsl(182, 22%, 84%);
gradient light
background: linear-gradient(to right, hsl(182, 22%, 100%), hsl(182, 22%, 84%));
gradient dark
background: linear-gradient(to right, hsl(182, 22%, 84%), hsl(182, 22%, 64%))
hex
background-color: #CDDFDF;
tailwind
bg-[hsl(182,22%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 22%, 84%, 0.4);
css variable
--color-primary: hsl(182, 22%, 84%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 22%, 84%)?
HEX: #CDDFDF | RGB: rgb(205, 223, 223) | CMYK: 8%, 0%, 0%, 13% | HSV: 180°, 8%, 87%. Copy any format from the conversion table above.
What colors go well with #CDDFDF?
The complementary color is HSL(2, 22%, 84%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 22%, 84%) in CSS?
As HSL: color: hsl(182, 22%, 84%); — As HEX: color: #CDDFDF; — As RGB: color: rgb(205, 223, 223); — Tailwind CSS: bg-[hsl(182,22%,84%)] — CSS variable: --color-primary: hsl(182, 22%, 84%);