#67f396
a light, electric green · cool · closest name: aquamarine
RGB
103, 243, 150
HSL
140°, 85%, 68%
CMYK
58, 0, 38, 5
Luminance
0.6919
Every format
| HEX | #67f396 |
| RGB | rgb(103, 243, 150) |
| HSL | hsl(140, 85%, 68%) |
| CMYK | cmyk(58%, 0%, 38%, 5%) |
| LAB | lab(86.6 -58.0 33.7) |
| LCH | lch(86.6 67.0 149.8) |
| OKLCH | oklch(0.865 0.178 151.8) |
Copy-ready code
/* CSS */
color: #67f396;
background-color: #67f396;
/* Tailwind (arbitrary) */
class="text-[#67f396] bg-[#67f396]"
/* SCSS */
$brand: #67f396;
/* SwiftUI */
Color(red: 0.404, green: 0.953, blue: 0.588)
/* Android */
Color.parseColor("#67f396")Accessibility — WCAG contrast
Aa
#67f396 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67f396 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green95.3%
Blue58.8%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow38.3%
Key (black)4.7%
Color previews
#67f396 text on a black background
contrast 14.84:1
Card sample
#67f396 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67f396;
Background color
Panel with #67f396 background
background-color: #67f396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67f396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 243, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 243, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67f396; background: linear-gradient(135deg, #67f396, #67F3F3);