#6af08f
a light, electric green · cool · closest name: aquamarine
RGB
106, 240, 143
HSL
137°, 82%, 68%
CMYK
56, 0, 40, 6
Luminance
0.6737
Every format
| HEX | #6af08f |
| RGB | rgb(106, 240, 143) |
| HSL | hsl(137, 82%, 68%) |
| CMYK | cmyk(56%, 0%, 40%, 6%) |
| LAB | lab(85.7 -57.3 36.0) |
| LCH | lch(85.7 67.7 147.8) |
| OKLCH | oklch(0.857 0.179 150.1) |
Copy-ready code
/* CSS */
color: #6af08f;
background-color: #6af08f;
/* Tailwind (arbitrary) */
class="text-[#6af08f] bg-[#6af08f]"
/* SCSS */
$brand: #6af08f;
/* SwiftUI */
Color(red: 0.416, green: 0.941, blue: 0.561)
/* Android */
Color.parseColor("#6af08f")Accessibility — WCAG contrast
Aa
#6af08f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af08f on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green94.1%
Blue56.1%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow40.4%
Key (black)5.9%
Color previews
#6af08f text on a black background
contrast 14.47:1
Card sample
#6af08f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af08f;
Background color
Panel with #6af08f background
background-color: #6af08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 240, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 240, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af08f; background: linear-gradient(135deg, #6af08f, #6AF0E8);