HSL(160, 80%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,80%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 80%, 30%) | color: hsl(160, 80%, 30%) | |
| HEX | #0F8A61 | color: #0F8A61 | |
| RGB | rgb(15, 138, 97) | color: rgb(15, 138, 97) | |
| CMYK | cmyk(89%, 0%, 30%, 46%) | — | |
| HSV | hsv(160, 89%, 54%) | — | |
| HWB | hwb(160 6% 46%) | color: hwb(160 6% 46%) | |
| OKLCH | oklch(0.562 0.1177 163.21) | color: oklch(0.562 0.1177 163.21) | |
| Lab | lab(50.85 -41.27 13.37) | color: lab(50.85 -41.27 13.37) | |
| LCH | lch(50.85 43.38 162.05) | color: lch(50.85 43.38 162.05) |
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)
#44456B — rgb(68, 69, 107)
Deuteranopia (Green-blind)
#3D346D — rgb(61, 52, 109)
Tritanopia (Blue-blind)
#157374 — rgb(21, 115, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 80%, 30%);
text
color: hsl(160, 80%, 30%);
border
border: 2px solid hsl(160, 80%, 30%);
gradient light
background: linear-gradient(to right, hsl(160, 80%, 50%), hsl(160, 80%, 30%));
gradient dark
background: linear-gradient(to right, hsl(160, 80%, 30%), hsl(160, 80%, 10%))
hex
background-color: #0F8A61;
tailwind
bg-[hsl(160,80%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 80%, 30%, 0.4);
css variable
--color-primary: hsl(160, 80%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 80%, 30%)?
HEX: #0F8A61 | RGB: rgb(15, 138, 97) | CMYK: 89%, 0%, 30%, 46% | HSV: 160°, 89%, 54%. Copy any format from the conversion table above.
What colors go well with #0F8A61?
The complementary color is HSL(340, 80%, 30%). 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, 80%, 30%) in CSS?
As HSL: color: hsl(160, 80%, 30%); — As HEX: color: #0F8A61; — As RGB: color: rgb(15, 138, 97); — Tailwind CSS: bg-[hsl(160,80%,30%)] — CSS variable: --color-primary: hsl(160, 80%, 30%);