#67f48d
a light, electric green · cool · closest name: aquamarine
RGB
103, 244, 141
HSL
136°, 87%, 68%
CMYK
58, 0, 42, 4
Luminance
0.6951
Every format
| HEX | #67f48d |
| RGB | rgb(103, 244, 141) |
| HSL | hsl(136, 87%, 68%) |
| CMYK | cmyk(58%, 0%, 42%, 4%) |
| LAB | lab(86.8 -59.8 38.4) |
| LCH | lch(86.8 71.1 147.3) |
| OKLCH | oklch(0.865 0.188 149.6) |
Copy-ready code
/* CSS */
color: #67f48d;
background-color: #67f48d;
/* Tailwind (arbitrary) */
class="text-[#67f48d] bg-[#67f48d]"
/* SCSS */
$brand: #67f48d;
/* SwiftUI */
Color(red: 0.404, green: 0.957, blue: 0.553)
/* Android */
Color.parseColor("#67f48d")Accessibility — WCAG contrast
Aa
#67f48d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67f48d on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green95.7%
Blue55.3%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow42.2%
Key (black)4.3%
Color previews
#67f48d text on a black background
contrast 14.90:1
Card sample
#67f48d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67f48d;
Background color
Panel with #67f48d background
background-color: #67f48d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67f48d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 244, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 244, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67f48d; background: linear-gradient(135deg, #67f48d, #67F4EB);