HSL(175, 80%, 23%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,80%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 80%, 23%) | color: hsl(175, 80%, 23%) | |
| HEX | #0C6A62 | color: #0C6A62 | |
| RGB | rgb(12, 106, 98) | color: rgb(12, 106, 98) | |
| CMYK | cmyk(89%, 0%, 8%, 58%) | — | |
| HSV | hsv(175, 89%, 42%) | — | |
| HWB | hwb(175 5% 58%) | color: hwb(175 5% 58%) | |
| OKLCH | oklch(0.4731 0.0801 185.58) | color: oklch(0.4731 0.0801 185.58) | |
| Lab | lab(40.03 -26.95 -2.72) | color: lab(40.03 -26.95 -2.72) | |
| LCH | lch(40.03 27.09 185.76) | color: lch(40.03 27.09 185.76) |
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)
#353664 — rgb(53, 54, 100)
Deuteranopia (Green-blind)
#2F2864 — rgb(47, 40, 100)
Tritanopia (Blue-blind)
#116566 — rgb(17, 101, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 80%, 23%);
text
color: hsl(175, 80%, 23%);
border
border: 2px solid hsl(175, 80%, 23%);
gradient light
background: linear-gradient(to right, hsl(175, 80%, 43%), hsl(175, 80%, 23%));
gradient dark
background: linear-gradient(to right, hsl(175, 80%, 23%), hsl(175, 80%, 3%))
hex
background-color: #0C6A62;
tailwind
bg-[hsl(175,80%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 80%, 23%, 0.4);
css variable
--color-primary: hsl(175, 80%, 23%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 80%, 23%)?
HEX: #0C6A62 | RGB: rgb(12, 106, 98) | CMYK: 89%, 0%, 8%, 58% | HSV: 175°, 89%, 42%. Copy any format from the conversion table above.
What colors go well with #0C6A62?
The complementary color is HSL(355, 80%, 23%). 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, 80%, 23%) in CSS?
As HSL: color: hsl(175, 80%, 23%); — As HEX: color: #0C6A62; — As RGB: color: rgb(12, 106, 98); — Tailwind CSS: bg-[hsl(175,80%,23%)] — CSS variable: --color-primary: hsl(175, 80%, 23%);