HSL(180, 24%, 74%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(180,24%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 24%, 74%) | color: hsl(180, 24%, 74%) | |
| HEX | #ADCDCD | color: #ADCDCD | |
| RGB | rgb(173, 205, 205) | color: rgb(173, 205, 205) | |
| CMYK | cmyk(16%, 0%, 0%, 20%) | — | |
| HSV | hsv(180, 16%, 80%) | — | |
| HWB | hwb(180 67% 20%) | color: hwb(180 67% 20%) | |
| OKLCH | oklch(0.8249 0.0342 196.51) | color: oklch(0.8249 0.0342 196.51) | |
| Lab | lab(80.15 -10.61 -3.57) | color: lab(80.15 -10.61 -3.57) | |
| LCH | lch(80.15 11.19 198.6) | color: lch(80.15 11.19 198.6) |
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)
#BBBBCD — rgb(187, 187, 205)
Deuteranopia (Green-blind)
#B9B7CD — rgb(185, 183, 205)
Tritanopia (Blue-blind)
#AFCDCD — rgb(175, 205, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 24%, 74%);
text
color: hsl(180, 24%, 74%);
border
border: 2px solid hsl(180, 24%, 74%);
gradient light
background: linear-gradient(to right, hsl(180, 24%, 94%), hsl(180, 24%, 74%));
gradient dark
background: linear-gradient(to right, hsl(180, 24%, 74%), hsl(180, 24%, 54%))
hex
background-color: #ADCDCD;
tailwind
bg-[hsl(180,24%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 24%, 74%, 0.4);
css variable
--color-primary: hsl(180, 24%, 74%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 24%, 74%)?
HEX: #ADCDCD | RGB: rgb(173, 205, 205) | CMYK: 16%, 0%, 0%, 20% | HSV: 180°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #ADCDCD?
The complementary color is HSL(0, 24%, 74%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 24%, 74%) in CSS?
As HSL: color: hsl(180, 24%, 74%); — As HEX: color: #ADCDCD; — As RGB: color: rgb(173, 205, 205); — Tailwind CSS: bg-[hsl(180,24%,74%)] — CSS variable: --color-primary: hsl(180, 24%, 74%);