HSL(180, 92%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(180,92%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 92%, 17%) | color: hsl(180, 92%, 17%) | |
| HEX | #035353 | color: #035353 | |
| RGB | rgb(3, 83, 83) | color: rgb(3, 83, 83) | |
| CMYK | cmyk(96%, 0%, 0%, 67%) | — | |
| HSV | hsv(180, 96%, 33%) | — | |
| HWB | hwb(180 1% 67%) | color: hwb(180 1% 67%) | |
| OKLCH | oklch(0.4009 0.0674 194.8) | color: oklch(0.4009 0.0674 194.8) | |
| Lab | lab(31.42 -20.97 -6.18) | color: lab(31.42 -20.97 -6.18) | |
| LCH | lch(31.42 21.86 196.42) | color: lch(31.42 21.86 196.42) |
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)
#262653 — rgb(38, 38, 83)
Deuteranopia (Green-blind)
#211B53 — rgb(33, 27, 83)
Tritanopia (Blue-blind)
#075353 — rgb(7, 83, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 92%, 17%);
text
color: hsl(180, 92%, 17%);
border
border: 2px solid hsl(180, 92%, 17%);
gradient light
background: linear-gradient(to right, hsl(180, 92%, 37%), hsl(180, 92%, 17%));
gradient dark
background: linear-gradient(to right, hsl(180, 92%, 17%), hsl(180, 92%, 0%))
hex
background-color: #035353;
tailwind
bg-[hsl(180,92%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 92%, 17%, 0.4);
css variable
--color-primary: hsl(180, 92%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 92%, 17%)?
HEX: #035353 | RGB: rgb(3, 83, 83) | CMYK: 96%, 0%, 0%, 67% | HSV: 180°, 96%, 33%. Copy any format from the conversion table above.
What colors go well with #035353?
The complementary color is HSL(0, 92%, 17%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 92%, 17%) in CSS?
As HSL: color: hsl(180, 92%, 17%); — As HEX: color: #035353; — As RGB: color: rgb(3, 83, 83); — Tailwind CSS: bg-[hsl(180,92%,17%)] — CSS variable: --color-primary: hsl(180, 92%, 17%);