HSL(175, 92%, 20%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,92%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 92%, 20%) | color: hsl(175, 92%, 20%) | |
| HEX | #04625A | color: #04625A | |
| RGB | rgb(4, 98, 90) | color: rgb(4, 98, 90) | |
| CMYK | cmyk(96%, 0%, 8%, 62%) | — | |
| HSV | hsv(175, 96%, 38%) | — | |
| HWB | hwb(175 2% 62%) | color: hwb(175 2% 62%) | |
| OKLCH | oklch(0.4467 0.0775 185.09) | color: oklch(0.4467 0.0775 185.09) | |
| Lab | lab(36.93 -26.19 -2.38) | color: lab(36.93 -26.19 -2.38) | |
| LCH | lch(36.93 26.3 185.19) | color: lch(36.93 26.3 185.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)
#2D2E5C — rgb(45, 46, 92)
Deuteranopia (Green-blind)
#27205C — rgb(39, 32, 92)
Tritanopia (Blue-blind)
#095D5E — rgb(9, 93, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 92%, 20%);
text
color: hsl(175, 92%, 20%);
border
border: 2px solid hsl(175, 92%, 20%);
gradient light
background: linear-gradient(to right, hsl(175, 92%, 40%), hsl(175, 92%, 20%));
gradient dark
background: linear-gradient(to right, hsl(175, 92%, 20%), hsl(175, 92%, 0%))
hex
background-color: #04625A;
tailwind
bg-[hsl(175,92%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 92%, 20%, 0.4);
css variable
--color-primary: hsl(175, 92%, 20%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 92%, 20%)?
HEX: #04625A | RGB: rgb(4, 98, 90) | CMYK: 96%, 0%, 8%, 62% | HSV: 175°, 96%, 38%. Copy any format from the conversion table above.
What colors go well with #04625A?
The complementary color is HSL(355, 92%, 20%). 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, 92%, 20%) in CSS?
As HSL: color: hsl(175, 92%, 20%); — As HEX: color: #04625A; — As RGB: color: rgb(4, 98, 90); — Tailwind CSS: bg-[hsl(175,92%,20%)] — CSS variable: --color-primary: hsl(175, 92%, 20%);