HSL(165, 92%, 20%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(165,92%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(165, 92%, 20%) | color: hsl(165, 92%, 20%) | |
| HEX | #04624A | color: #04624A | |
| RGB | rgb(4, 98, 74) | color: rgb(4, 98, 74) | |
| CMYK | cmyk(96%, 0%, 24%, 62%) | — | |
| HSV | hsv(165, 96%, 38%) | — | |
| HWB | hwb(165 2% 62%) | color: hwb(165 2% 62%) | |
| OKLCH | oklch(0.4414 0.0875 168.53) | color: oklch(0.4414 0.0875 168.53) | |
| Lab | lab(36.47 -30.99 6.82) | color: lab(36.47 -30.99 6.82) | |
| LCH | lch(36.47 31.73 167.59) | color: lch(36.47 31.73 167.59) |
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)
#2D2E50 — rgb(45, 46, 80)
Deuteranopia (Green-blind)
#272051 — rgb(39, 32, 81)
Tritanopia (Blue-blind)
#095455 — rgb(9, 84, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(165, 92%, 20%);
text
color: hsl(165, 92%, 20%);
border
border: 2px solid hsl(165, 92%, 20%);
gradient light
background: linear-gradient(to right, hsl(165, 92%, 40%), hsl(165, 92%, 20%));
gradient dark
background: linear-gradient(to right, hsl(165, 92%, 20%), hsl(165, 92%, 0%))
hex
background-color: #04624A;
tailwind
bg-[hsl(165,92%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(165, 92%, 20%, 0.4);
css variable
--color-primary: hsl(165, 92%, 20%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(165, 92%, 20%)?
HEX: #04624A | RGB: rgb(4, 98, 74) | CMYK: 96%, 0%, 24%, 62% | HSV: 165°, 96%, 38%. Copy any format from the conversion table above.
What colors go well with #04624A?
The complementary color is HSL(345, 92%, 20%). For a triadic harmony, use hues 165°, 285°, and 45°. For analogous combinations, try hues 135° and 195°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(165, 92%, 20%) in CSS?
As HSL: color: hsl(165, 92%, 20%); — As HEX: color: #04624A; — As RGB: color: rgb(4, 98, 74); — Tailwind CSS: bg-[hsl(165,92%,20%)] — CSS variable: --color-primary: hsl(165, 92%, 20%);