HSL(173, 20%, 74%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,20%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 20%, 74%) | color: hsl(173, 20%, 74%) | |
| HEX | #AFCAC7 | color: #AFCAC7 | |
| RGB | rgb(175, 202, 199) | color: rgb(175, 202, 199) | |
| CMYK | cmyk(13%, 0%, 1%, 21%) | — | |
| HSV | hsv(173, 13%, 79%) | — | |
| HWB | hwb(173 69% 21%) | color: hwb(173 69% 21%) | |
| OKLCH | oklch(0.8181 0.0294 188.44) | color: oklch(0.8181 0.0294 188.44) | |
| Lab | lab(79.32 -9.64 -1.56) | color: lab(79.32 -9.64 -1.56) | |
| LCH | lch(79.32 9.77 189.19) | color: lch(79.32 9.77 189.19) |
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)
#BBBBC8 — rgb(187, 187, 200)
Deuteranopia (Green-blind)
#B9B7C8 — rgb(185, 183, 200)
Tritanopia (Blue-blind)
#B0C8C8 — rgb(176, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 20%, 74%);
text
color: hsl(173, 20%, 74%);
border
border: 2px solid hsl(173, 20%, 74%);
gradient light
background: linear-gradient(to right, hsl(173, 20%, 94%), hsl(173, 20%, 74%));
gradient dark
background: linear-gradient(to right, hsl(173, 20%, 74%), hsl(173, 20%, 54%))
hex
background-color: #AFCAC7;
tailwind
bg-[hsl(173,20%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 20%, 74%, 0.4);
css variable
--color-primary: hsl(173, 20%, 74%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 20%, 74%)?
HEX: #AFCAC7 | RGB: rgb(175, 202, 199) | CMYK: 13%, 0%, 1%, 21% | HSV: 173°, 13%, 79%. Copy any format from the conversion table above.
What colors go well with #AFCAC7?
The complementary color is HSL(353, 20%, 74%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 20%, 74%) in CSS?
As HSL: color: hsl(173, 20%, 74%); — As HEX: color: #AFCAC7; — As RGB: color: rgb(175, 202, 199); — Tailwind CSS: bg-[hsl(173,20%,74%)] — CSS variable: --color-primary: hsl(173, 20%, 74%);