#68fd8b
a light, electric green · cool · closest name: aquamarine
RGB
104, 253, 139
HSL
134°, 97%, 70%
CMYK
59, 0, 45, 1
Luminance
0.7506
Every format
| HEX | #68fd8b |
| RGB | rgb(104, 253, 139) |
| HSL | hsl(134, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 45%, 1%) |
| LAB | lab(89.4 -63.3 42.8) |
| LCH | lch(89.4 76.4 145.9) |
| OKLCH | oklch(0.887 0.201 148.5) |
Copy-ready code
/* CSS */
color: #68fd8b;
background-color: #68fd8b;
/* Tailwind (arbitrary) */
class="text-[#68fd8b] bg-[#68fd8b]"
/* SCSS */
$brand: #68fd8b;
/* SwiftUI */
Color(red: 0.408, green: 0.992, blue: 0.545)
/* Android */
Color.parseColor("#68fd8b")Accessibility — WCAG contrast
Aa
#68fd8b on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68fd8b on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green99.2%
Blue54.5%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow45.1%
Key (black)0.8%
Color previews
#68fd8b text on a black background
contrast 16.01:1
Card sample
#68fd8b text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68fd8b;
Background color
Panel with #68fd8b background
background-color: #68fd8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68fd8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 253, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 253, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68fd8b; background: linear-gradient(135deg, #68fd8b, #68FDEE);