HSL(175, 83%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,83%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 83%, 24%) | color: hsl(175, 83%, 24%) | |
| HEX | #0A7068 | color: #0A7068 | |
| RGB | rgb(10, 112, 104) | color: rgb(10, 112, 104) | |
| CMYK | cmyk(91%, 0%, 7%, 56%) | — | |
| HSV | hsv(175, 91%, 44%) | — | |
| HWB | hwb(175 4% 56%) | color: hwb(175 4% 56%) | |
| OKLCH | oklch(0.4917 0.0839 186.06) | color: oklch(0.4917 0.0839 186.06) | |
| Lab | lab(42.23 -28.14 -3.1) | color: lab(42.23 -28.14 -3.1) | |
| LCH | lch(42.23 28.31 186.29) | color: lch(42.23 28.31 186.29) |
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)
#36376A — rgb(54, 55, 106)
Deuteranopia (Green-blind)
#30296A — rgb(48, 41, 106)
Tritanopia (Blue-blind)
#0F6B6C — rgb(15, 107, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 83%, 24%);
text
color: hsl(175, 83%, 24%);
border
border: 2px solid hsl(175, 83%, 24%);
gradient light
background: linear-gradient(to right, hsl(175, 83%, 44%), hsl(175, 83%, 24%));
gradient dark
background: linear-gradient(to right, hsl(175, 83%, 24%), hsl(175, 83%, 4%))
hex
background-color: #0A7068;
tailwind
bg-[hsl(175,83%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 83%, 24%, 0.4);
css variable
--color-primary: hsl(175, 83%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 83%, 24%)?
HEX: #0A7068 | RGB: rgb(10, 112, 104) | CMYK: 91%, 0%, 7%, 56% | HSV: 175°, 91%, 44%. Copy any format from the conversion table above.
What colors go well with #0A7068?
The complementary color is HSL(355, 83%, 24%). 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, 83%, 24%) in CSS?
As HSL: color: hsl(175, 83%, 24%); — As HEX: color: #0A7068; — As RGB: color: rgb(10, 112, 104); — Tailwind CSS: bg-[hsl(175,83%,24%)] — CSS variable: --color-primary: hsl(175, 83%, 24%);