#68fd7f
a light, electric green · cool · closest name: lime
RGB
104, 253, 127
HSL
129°, 97%, 70%
CMYK
59, 0, 50, 1
Luminance
0.7473
Every format
| HEX | #68fd7f |
| RGB | rgb(104, 253, 127) |
| HSL | hsl(129, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 50%, 1%) |
| LAB | lab(89.3 -65.0 48.3) |
| LCH | lch(89.3 81.0 143.4) |
| OKLCH | oklch(0.885 0.211 146.4) |
Copy-ready code
/* CSS */
color: #68fd7f;
background-color: #68fd7f;
/* Tailwind (arbitrary) */
class="text-[#68fd7f] bg-[#68fd7f]"
/* SCSS */
$brand: #68fd7f;
/* SwiftUI */
Color(red: 0.408, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#68fd7f")Accessibility — WCAG contrast
Aa
#68fd7f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68fd7f on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green99.2%
Blue49.8%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#68fd7f text on a black background
contrast 15.95:1
Card sample
#68fd7f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68fd7f;
Background color
Panel with #68fd7f background
background-color: #68fd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68fd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68fd7f; background: linear-gradient(135deg, #68fd7f, #68FDE2);