#06ac7f
a dark, electric cyan · cool · closest name: seagreen
RGB
6, 172, 127
HSL
164°, 93%, 35%
CMYK
97, 0, 26, 33
Luminance
0.3108
Every format
| HEX | #06ac7f |
| RGB | rgb(6, 172, 127) |
| HSL | hsl(164, 93%, 35%) |
| CMYK | cmyk(97%, 0%, 26%, 33%) |
| LAB | lab(62.6 -48.1 12.8) |
| LCH | lch(62.6 49.8 165.0) |
| OKLCH | oklch(0.660 0.136 166.1) |
Copy-ready code
/* CSS */
color: #06ac7f;
background-color: #06ac7f;
/* Tailwind (arbitrary) */
class="text-[#06ac7f] bg-[#06ac7f]"
/* SCSS */
$brand: #06ac7f;
/* SwiftUI */
Color(red: 0.024, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#06ac7f")Accessibility — WCAG contrast
Aa
#06ac7f on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ac7f on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green67.5%
Blue49.8%
CMYK percentages
Cyan96.5%
Magenta0.0%
Yellow26.2%
Key (black)32.5%
Color previews
#06ac7f text on a black background
contrast 7.22:1
Card sample
#06ac7f text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ac7f;
Background color
Panel with #06ac7f background
background-color: #06ac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ac7f; background: linear-gradient(135deg, #06ac7f, #066AAC);