#68f39d
a light, electric green · cool · closest name: aquamarine
RGB
104, 243, 157
HSL
143°, 85%, 68%
CMYK
57, 0, 35, 5
Luminance
0.6948
Every format
| HEX | #68f39d |
| RGB | rgb(104, 243, 157) |
| HSL | hsl(143, 85%, 68%) |
| CMYK | cmyk(57%, 0%, 35%, 5%) |
| LAB | lab(86.7 -56.5 30.4) |
| LCH | lch(86.7 64.2 151.7) |
| OKLCH | oklch(0.866 0.171 153.6) |
Copy-ready code
/* CSS */
color: #68f39d;
background-color: #68f39d;
/* Tailwind (arbitrary) */
class="text-[#68f39d] bg-[#68f39d]"
/* SCSS */
$brand: #68f39d;
/* SwiftUI */
Color(red: 0.408, green: 0.953, blue: 0.616)
/* Android */
Color.parseColor("#68f39d")Accessibility — WCAG contrast
Aa
#68f39d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68f39d on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green95.3%
Blue61.6%
CMYK percentages
Cyan57.2%
Magenta0.0%
Yellow35.4%
Key (black)4.7%
Color previews
#68f39d text on a black background
contrast 14.90:1
Card sample
#68f39d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68f39d;
Background color
Panel with #68f39d background
background-color: #68f39d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68f39d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 243, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 243, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68f39d; background: linear-gradient(135deg, #68f39d, #68ECF3);