#75e6a7
a light, vivid green · cool · closest name: aquamarine
RGB
117, 230, 167
HSL
147°, 69%, 68%
CMYK
49, 0, 27, 10
Luminance
0.6317
Every format
| HEX | #75e6a7 |
| RGB | rgb(117, 230, 167) |
| HSL | hsl(147, 69%, 68%) |
| CMYK | cmyk(49%, 0%, 27%, 10%) |
| LAB | lab(83.5 -46.3 21.0) |
| LCH | lch(83.5 50.9 155.6) |
| OKLCH | oklch(0.842 0.138 157.2) |
Copy-ready code
/* CSS */
color: #75e6a7;
background-color: #75e6a7;
/* Tailwind (arbitrary) */
class="text-[#75e6a7] bg-[#75e6a7]"
/* SCSS */
$brand: #75e6a7;
/* SwiftUI */
Color(red: 0.459, green: 0.902, blue: 0.655)
/* Android */
Color.parseColor("#75e6a7")Accessibility — WCAG contrast
Aa
#75e6a7 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75e6a7 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green90.2%
Blue65.5%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow27.4%
Key (black)9.8%
Color previews
#75e6a7 text on a black background
contrast 13.63:1
Card sample
#75e6a7 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75e6a7;
Background color
Panel with #75e6a7 background
background-color: #75e6a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75e6a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 230, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 230, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75e6a7; background: linear-gradient(135deg, #75e6a7, #75DAE6);