HSL(175, 23%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,23%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 23%, 72%) | color: hsl(175, 23%, 72%) | |
| HEX | #A7C8C5 | color: #A7C8C5 | |
| RGB | rgb(167, 200, 197) | color: rgb(167, 200, 197) | |
| CMYK | cmyk(17%, 0%, 1%, 22%) | — | |
| HSV | hsv(175, 17%, 78%) | — | |
| HWB | hwb(175 65% 22%) | color: hwb(175 65% 22%) | |
| OKLCH | oklch(0.8077 0.0356 189.72) | color: oklch(0.8077 0.0356 189.72) | |
| Lab | lab(78.2 -11.59 -2.18) | color: lab(78.2 -11.59 -2.18) | |
| LCH | lch(78.2 11.79 190.65) | color: lch(78.2 11.79 190.65) |
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)
#B5B6C6 — rgb(181, 182, 198)
Deuteranopia (Green-blind)
#B3B1C6 — rgb(179, 177, 198)
Tritanopia (Blue-blind)
#A9C6C6 — rgb(169, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 23%, 72%);
text
color: hsl(175, 23%, 72%);
border
border: 2px solid hsl(175, 23%, 72%);
gradient light
background: linear-gradient(to right, hsl(175, 23%, 92%), hsl(175, 23%, 72%));
gradient dark
background: linear-gradient(to right, hsl(175, 23%, 72%), hsl(175, 23%, 52%))
hex
background-color: #A7C8C5;
tailwind
bg-[hsl(175,23%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 23%, 72%, 0.4);
css variable
--color-primary: hsl(175, 23%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 23%, 72%)?
HEX: #A7C8C5 | RGB: rgb(167, 200, 197) | CMYK: 17%, 0%, 1%, 22% | HSV: 175°, 17%, 78%. Copy any format from the conversion table above.
What colors go well with #A7C8C5?
The complementary color is HSL(355, 23%, 72%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 23%, 72%) in CSS?
As HSL: color: hsl(175, 23%, 72%); — As HEX: color: #A7C8C5; — As RGB: color: rgb(167, 200, 197); — Tailwind CSS: bg-[hsl(175,23%,72%)] — CSS variable: --color-primary: hsl(175, 23%, 72%);