HSL(175, 20%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,20%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 20%, 19%) | color: hsl(175, 20%, 19%) | |
| HEX | #273A39 | color: #273A39 | |
| RGB | rgb(39, 58, 57) | color: rgb(39, 58, 57) | |
| CMYK | cmyk(33%, 0%, 2%, 77%) | — | |
| HSV | hsv(177, 33%, 23%) | — | |
| HWB | hwb(177 15% 77%) | color: hwb(177 15% 77%) | |
| OKLCH | oklch(0.3319 0.0245 191.94) | color: oklch(0.3319 0.0245 191.94) | |
| Lab | lab(22.84 -7.85 -1.84) | color: lab(22.84 -7.85 -1.84) | |
| LCH | lch(22.84 8.06 193.19) | color: lch(22.84 8.06 193.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2F2F39 — rgb(47, 47, 57)
Deuteranopia (Green-blind)
#2E2D39 — rgb(46, 45, 57)
Tritanopia (Blue-blind)
#283939 — rgb(40, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 20%, 19%);
text
color: hsl(175, 20%, 19%);
border
border: 2px solid hsl(175, 20%, 19%);
gradient light
background: linear-gradient(to right, hsl(175, 20%, 39%), hsl(175, 20%, 19%));
gradient dark
background: linear-gradient(to right, hsl(175, 20%, 19%), hsl(175, 20%, 0%))
hex
background-color: #273A39;
tailwind
bg-[hsl(175,20%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 20%, 19%, 0.4);
css variable
--color-primary: hsl(175, 20%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 20%, 19%)?
HEX: #273A39 | RGB: rgb(39, 58, 57) | CMYK: 33%, 0%, 2%, 77% | HSV: 177°, 33%, 23%. Copy any format from the conversion table above.
What colors go well with #273A39?
The complementary color is HSL(355, 20%, 19%). 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%, 19%) in CSS?
As HSL: color: hsl(175, 20%, 19%); — As HEX: color: #273A39; — As RGB: color: rgb(39, 58, 57); — Tailwind CSS: bg-[hsl(175,20%,19%)] — CSS variable: --color-primary: hsl(175, 20%, 19%);