HSL(155, 80%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,80%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 80%, 30%) | color: hsl(155, 80%, 30%) | |
| HEX | #0F8A57 | color: #0F8A57 | |
| RGB | rgb(15, 138, 87) | color: rgb(15, 138, 87) | |
| CMYK | cmyk(89%, 0%, 37%, 46%) | — | |
| HSV | hsv(155, 89%, 54%) | — | |
| HWB | hwb(155 6% 46%) | color: hwb(155 6% 46%) | |
| OKLCH | oklch(0.5596 0.1268 158.16) | color: oklch(0.5596 0.1268 158.16) | |
| Lab | lab(50.65 -43.57 18.76) | color: lab(50.65 -43.57 18.76) | |
| LCH | lch(50.65 47.44 156.7) | color: lch(50.65 47.44 156.7) |
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)
#444563 — rgb(68, 69, 99)
Deuteranopia (Green-blind)
#3D3466 — rgb(61, 52, 102)
Tritanopia (Blue-blind)
#156D6F — rgb(21, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 80%, 30%);
text
color: hsl(155, 80%, 30%);
border
border: 2px solid hsl(155, 80%, 30%);
gradient light
background: linear-gradient(to right, hsl(155, 80%, 50%), hsl(155, 80%, 30%));
gradient dark
background: linear-gradient(to right, hsl(155, 80%, 30%), hsl(155, 80%, 10%))
hex
background-color: #0F8A57;
tailwind
bg-[hsl(155,80%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 80%, 30%, 0.4);
css variable
--color-primary: hsl(155, 80%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 80%, 30%)?
HEX: #0F8A57 | RGB: rgb(15, 138, 87) | CMYK: 89%, 0%, 37%, 46% | HSV: 155°, 89%, 54%. Copy any format from the conversion table above.
What colors go well with #0F8A57?
The complementary color is HSL(335, 80%, 30%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 80%, 30%) in CSS?
As HSL: color: hsl(155, 80%, 30%); — As HEX: color: #0F8A57; — As RGB: color: rgb(15, 138, 87); — Tailwind CSS: bg-[hsl(155,80%,30%)] — CSS variable: --color-primary: hsl(155, 80%, 30%);