HSL(175, 52%, 27%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,52%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 52%, 27%) | color: hsl(175, 52%, 27%) | |
| HEX | #216963 | color: #216963 | |
| RGB | rgb(33, 105, 99) | color: rgb(33, 105, 99) | |
| CMYK | cmyk(69%, 0%, 6%, 59%) | — | |
| HSV | hsv(175, 69%, 41%) | — | |
| HWB | hwb(175 13% 59%) | color: hwb(175 13% 59%) | |
| OKLCH | oklch(0.4752 0.0705 187.21) | color: oklch(0.4752 0.0705 187.21) | |
| Lab | lab(40.12 -23.44 -3.13) | color: lab(40.12 -23.44 -3.13) | |
| LCH | lch(40.12 23.65 187.61) | color: lch(40.12 23.65 187.61) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#404164 — rgb(64, 65, 100)
Deuteranopia (Green-blind)
#3C3765 — rgb(60, 55, 101)
Tritanopia (Blue-blind)
#256666 — rgb(37, 102, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 52%, 27%);
text
color: hsl(175, 52%, 27%);
border
border: 2px solid hsl(175, 52%, 27%);
gradient light
background: linear-gradient(to right, hsl(175, 52%, 47%), hsl(175, 52%, 27%));
gradient dark
background: linear-gradient(to right, hsl(175, 52%, 27%), hsl(175, 52%, 7%))
hex
background-color: #216963;
tailwind
bg-[hsl(175,52%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 52%, 27%, 0.4);
css variable
--color-primary: hsl(175, 52%, 27%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 52%, 27%)?
HEX: #216963 | RGB: rgb(33, 105, 99) | CMYK: 69%, 0%, 6%, 59% | HSV: 175°, 69%, 41%. Copy any format from the conversion table above.
What colors go well with #216963?
The complementary color is HSL(355, 52%, 27%). 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, 52%, 27%) in CSS?
As HSL: color: hsl(175, 52%, 27%); — As HEX: color: #216963; — As RGB: color: rgb(33, 105, 99); — Tailwind CSS: bg-[hsl(175,52%,27%)] — CSS variable: --color-primary: hsl(175, 52%, 27%);