#67f49c
a light, electric green · cool · closest name: aquamarine
RGB
103, 244, 156
HSL
143°, 87%, 68%
CMYK
58, 0, 36, 4
Luminance
0.6999
Every format
| HEX | #67f49c |
| RGB | rgb(103, 244, 156) |
| HSL | hsl(143, 87%, 68%) |
| CMYK | cmyk(58%, 0%, 36%, 4%) |
| LAB | lab(87.0 -57.3 31.2) |
| LCH | lch(87.0 65.3 151.4) |
| OKLCH | oklch(0.868 0.174 153.3) |
Copy-ready code
/* CSS */
color: #67f49c;
background-color: #67f49c;
/* Tailwind (arbitrary) */
class="text-[#67f49c] bg-[#67f49c]"
/* SCSS */
$brand: #67f49c;
/* SwiftUI */
Color(red: 0.404, green: 0.957, blue: 0.612)
/* Android */
Color.parseColor("#67f49c")Accessibility — WCAG contrast
Aa
#67f49c on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67f49c on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green95.7%
Blue61.2%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow36.1%
Key (black)4.3%
Color previews
#67f49c text on a black background
contrast 15.00:1
Card sample
#67f49c text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67f49c;
Background color
Panel with #67f49c background
background-color: #67f49c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67f49c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 244, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 244, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67f49c; background: linear-gradient(135deg, #67f49c, #67EEF4);