#06ac8e
a dark, electric cyan · cool · closest name: seagreen
RGB
6, 172, 142
HSL
169°, 93%, 35%
CMYK
97, 0, 17, 33
Luminance
0.3150
Every format
| HEX | #06ac8e |
| RGB | rgb(6, 172, 142) |
| HSL | hsl(169, 93%, 35%) |
| CMYK | cmyk(97%, 0%, 17%, 33%) |
| LAB | lab(62.9 -44.3 5.0) |
| LCH | lch(62.9 44.5 173.5) |
| OKLCH | oklch(0.665 0.125 174.2) |
Copy-ready code
/* CSS */
color: #06ac8e;
background-color: #06ac8e;
/* Tailwind (arbitrary) */
class="text-[#06ac8e] bg-[#06ac8e]"
/* SCSS */
$brand: #06ac8e;
/* SwiftUI */
Color(red: 0.024, green: 0.675, blue: 0.557)
/* Android */
Color.parseColor("#06ac8e")Accessibility — WCAG contrast
Aa
#06ac8e on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ac8e on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green67.5%
Blue55.7%
CMYK percentages
Cyan96.5%
Magenta0.0%
Yellow17.4%
Key (black)32.5%
Color previews
#06ac8e text on a black background
contrast 7.30:1
Card sample
#06ac8e text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ac8e;
Background color
Panel with #06ac8e background
background-color: #06ac8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ac8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 172, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 172, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ac8e; background: linear-gradient(135deg, #06ac8e, #065BAC);