#75e68e
a light, vivid green · cool · closest name: aquamarine
RGB
117, 230, 142
HSL
133°, 69%, 68%
CMYK
49, 0, 38, 10
Luminance
0.6233
Every format
| HEX | #75e68e |
| RGB | rgb(117, 230, 142) |
| HSL | hsl(133, 69%, 68%) |
| CMYK | cmyk(49%, 0%, 38%, 10%) |
| LAB | lab(83.1 -50.8 33.2) |
| LCH | lch(83.1 60.7 146.8) |
| OKLCH | oklch(0.837 0.161 149.1) |
Copy-ready code
/* CSS */
color: #75e68e;
background-color: #75e68e;
/* Tailwind (arbitrary) */
class="text-[#75e68e] bg-[#75e68e]"
/* SCSS */
$brand: #75e68e;
/* SwiftUI */
Color(red: 0.459, green: 0.902, blue: 0.557)
/* Android */
Color.parseColor("#75e68e")Accessibility — WCAG contrast
Aa
#75e68e on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75e68e on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green90.2%
Blue55.7%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow38.3%
Key (black)9.8%
Color previews
#75e68e text on a black background
contrast 13.47:1
Card sample
#75e68e text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75e68e;
Background color
Panel with #75e68e background
background-color: #75e68e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75e68e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 230, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 230, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75e68e; background: linear-gradient(135deg, #75e68e, #75E6D9);