HSL(175, 20%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,20%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 20%, 26%) | color: hsl(175, 20%, 26%) | |
| HEX | #35504D | color: #35504D | |
| RGB | rgb(53, 80, 77) | color: rgb(53, 80, 77) | |
| CMYK | cmyk(34%, 0%, 4%, 69%) | — | |
| HSV | hsv(173, 34%, 31%) | — | |
| HWB | hwb(173 20% 69%) | color: hwb(173 20% 69%) | |
| OKLCH | oklch(0.4086 0.033 187.28) | color: oklch(0.4086 0.033 187.28) | |
| Lab | lab(31.87 -10.92 -1.49) | color: lab(31.87 -10.92 -1.49) | |
| LCH | lch(31.87 11.02 187.77) | color: lch(31.87 11.02 187.77) |
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)
#41414E — rgb(65, 65, 78)
Deuteranopia (Green-blind)
#3F3D4E — rgb(63, 61, 78)
Tritanopia (Blue-blind)
#364E4E — rgb(54, 78, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 20%, 26%);
text
color: hsl(175, 20%, 26%);
border
border: 2px solid hsl(175, 20%, 26%);
gradient light
background: linear-gradient(to right, hsl(175, 20%, 46%), hsl(175, 20%, 26%));
gradient dark
background: linear-gradient(to right, hsl(175, 20%, 26%), hsl(175, 20%, 6%))
hex
background-color: #35504D;
tailwind
bg-[hsl(175,20%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 20%, 26%, 0.4);
css variable
--color-primary: hsl(175, 20%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 20%, 26%)?
HEX: #35504D | RGB: rgb(53, 80, 77) | CMYK: 34%, 0%, 4%, 69% | HSV: 173°, 34%, 31%. Copy any format from the conversion table above.
What colors go well with #35504D?
The complementary color is HSL(355, 20%, 26%). 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, 20%, 26%) in CSS?
As HSL: color: hsl(175, 20%, 26%); — As HEX: color: #35504D; — As RGB: color: rgb(53, 80, 77); — Tailwind CSS: bg-[hsl(175,20%,26%)] — CSS variable: --color-primary: hsl(175, 20%, 26%);