HSL(158, 30%, 55%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(158,30%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 30%, 55%) | color: hsl(158, 30%, 55%) | |
| HEX | #6AAF95 | color: #6AAF95 | |
| RGB | rgb(106, 175, 149) | color: rgb(106, 175, 149) | |
| CMYK | cmyk(39%, 0%, 15%, 31%) | — | |
| HSV | hsv(157, 39%, 69%) | — | |
| HWB | hwb(157 42% 31%) | color: hwb(157 42% 31%) | |
| OKLCH | oklch(0.7006 0.0805 168) | color: oklch(0.7006 0.0805 168) | |
| Lab | lab(66.44 -27.89 6.52) | color: lab(66.44 -27.89 6.52) | |
| LCH | lch(66.44 28.64 166.84) | color: lch(66.44 28.64 166.84) |
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)
#88889B — rgb(136, 136, 155)
Deuteranopia (Green-blind)
#847F9D — rgb(132, 127, 157)
Tritanopia (Blue-blind)
#6DA0A1 — rgb(109, 160, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 30%, 55%);
text
color: hsl(158, 30%, 55%);
border
border: 2px solid hsl(158, 30%, 55%);
gradient light
background: linear-gradient(to right, hsl(158, 30%, 75%), hsl(158, 30%, 55%));
gradient dark
background: linear-gradient(to right, hsl(158, 30%, 55%), hsl(158, 30%, 35%))
hex
background-color: #6AAF95;
tailwind
bg-[hsl(158,30%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 30%, 55%, 0.4);
css variable
--color-primary: hsl(158, 30%, 55%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 30%, 55%)?
HEX: #6AAF95 | RGB: rgb(106, 175, 149) | CMYK: 39%, 0%, 15%, 31% | HSV: 157°, 39%, 69%. Copy any format from the conversion table above.
What colors go well with #6AAF95?
The complementary color is HSL(338, 30%, 55%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 30%, 55%) in CSS?
As HSL: color: hsl(158, 30%, 55%); — As HEX: color: #6AAF95; — As RGB: color: rgb(106, 175, 149); — Tailwind CSS: bg-[hsl(158,30%,55%)] — CSS variable: --color-primary: hsl(158, 30%, 55%);