HSL(160, 85%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,85%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 85%, 34%) | color: hsl(160, 85%, 34%) | |
| HEX | #0DA06F | color: #0DA06F | |
| RGB | rgb(13, 160, 111) | color: rgb(13, 160, 111) | |
| CMYK | cmyk(92%, 0%, 31%, 37%) | — | |
| HSV | hsv(160, 92%, 63%) | — | |
| HWB | hwb(160 5% 37%) | color: hwb(160 5% 37%) | |
| OKLCH | oklch(0.6251 0.1338 162.44) | color: oklch(0.6251 0.1338 162.44) | |
| Lab | lab(58.39 -46.86 15.9) | color: lab(58.39 -46.86 15.9) | |
| LCH | lch(58.39 49.48 161.26) | color: lch(58.39 49.48 161.26) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#4D4E7B — rgb(77, 78, 123)
Deuteranopia (Green-blind)
#44397E — rgb(68, 57, 126)
Tritanopia (Blue-blind)
#148486 — rgb(20, 132, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 85%, 34%);
text
color: hsl(160, 85%, 34%);
border
border: 2px solid hsl(160, 85%, 34%);
gradient light
background: linear-gradient(to right, hsl(160, 85%, 54%), hsl(160, 85%, 34%));
gradient dark
background: linear-gradient(to right, hsl(160, 85%, 34%), hsl(160, 85%, 14%))
hex
background-color: #0DA06F;
tailwind
bg-[hsl(160,85%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 85%, 34%, 0.4);
css variable
--color-primary: hsl(160, 85%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 85%, 34%)?
HEX: #0DA06F | RGB: rgb(13, 160, 111) | CMYK: 92%, 0%, 31%, 37% | HSV: 160°, 92%, 63%. Copy any format from the conversion table above.
What colors go well with #0DA06F?
The complementary color is HSL(340, 85%, 34%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 85%, 34%) in CSS?
As HSL: color: hsl(160, 85%, 34%); — As HEX: color: #0DA06F; — As RGB: color: rgb(13, 160, 111); — Tailwind CSS: bg-[hsl(160,85%,34%)] — CSS variable: --color-primary: hsl(160, 85%, 34%);