HSL(175, 20%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,20%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 20%, 17%) | color: hsl(175, 20%, 17%) | |
| HEX | #233433 | color: #233433 | |
| RGB | rgb(35, 52, 51) | color: rgb(35, 52, 51) | |
| CMYK | cmyk(33%, 0%, 2%, 80%) | — | |
| HSV | hsv(176, 33%, 20%) | — | |
| HWB | hwb(176 13% 80%) | color: hwb(176 13% 80%) | |
| OKLCH | oklch(0.3098 0.0223 191.49) | color: oklch(0.3098 0.0223 191.49) | |
| Lab | lab(20.25 -7.19 -1.62) | color: lab(20.25 -7.19 -1.62) | |
| LCH | lch(20.25 7.37 192.7) | color: lch(20.25 7.37 192.7) |
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)
#2A2B33 — rgb(42, 43, 51)
Deuteranopia (Green-blind)
#292833 — rgb(41, 40, 51)
Tritanopia (Blue-blind)
#243333 — rgb(36, 51, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 20%, 17%);
text
color: hsl(175, 20%, 17%);
border
border: 2px solid hsl(175, 20%, 17%);
gradient light
background: linear-gradient(to right, hsl(175, 20%, 37%), hsl(175, 20%, 17%));
gradient dark
background: linear-gradient(to right, hsl(175, 20%, 17%), hsl(175, 20%, 0%))
hex
background-color: #233433;
tailwind
bg-[hsl(175,20%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 20%, 17%, 0.4);
css variable
--color-primary: hsl(175, 20%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 20%, 17%)?
HEX: #233433 | RGB: rgb(35, 52, 51) | CMYK: 33%, 0%, 2%, 80% | HSV: 176°, 33%, 20%. Copy any format from the conversion table above.
What colors go well with #233433?
The complementary color is HSL(355, 20%, 17%). 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%, 17%) in CSS?
As HSL: color: hsl(175, 20%, 17%); — As HEX: color: #233433; — As RGB: color: rgb(35, 52, 51); — Tailwind CSS: bg-[hsl(175,20%,17%)] — CSS variable: --color-primary: hsl(175, 20%, 17%);