#6cefa4
a light, electric green · cool · closest name: aquamarine
RGB
108, 239, 164
HSL
146°, 80%, 68%
CMYK
55, 0, 31, 6
Luminance
0.6760
Every format
| HEX | #6cefa4 |
| RGB | rgb(108, 239, 164) |
| HSL | hsl(146, 80%, 68%) |
| CMYK | cmyk(55%, 0%, 31%, 6%) |
| LAB | lab(85.8 -52.8 25.6) |
| LCH | lch(85.8 58.6 154.1) |
| OKLCH | oklch(0.859 0.158 155.8) |
Copy-ready code
/* CSS */
color: #6cefa4;
background-color: #6cefa4;
/* Tailwind (arbitrary) */
class="text-[#6cefa4] bg-[#6cefa4]"
/* SCSS */
$brand: #6cefa4;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.643)
/* Android */
Color.parseColor("#6cefa4")Accessibility — WCAG contrast
Aa
#6cefa4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cefa4 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue64.3%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow31.4%
Key (black)6.3%
Color previews
#6cefa4 text on a black background
contrast 14.52:1
Card sample
#6cefa4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cefa4;
Background color
Panel with #6cefa4 background
background-color: #6cefa4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cefa4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cefa4; background: linear-gradient(135deg, #6cefa4, #6CE3EF);