#75f5af
a light, electric green · cool · closest name: aquamarine
RGB
117, 245, 175
HSL
147°, 87%, 71%
CMYK
52, 0, 29, 4
Luminance
0.7218
Every format
| HEX | #75f5af |
| RGB | rgb(117, 245, 175) |
| HSL | hsl(147, 87%, 71%) |
| CMYK | cmyk(52%, 0%, 29%, 4%) |
| LAB | lab(88.0 -51.1 23.1) |
| LCH | lch(88.0 56.1 155.7) |
| OKLCH | oklch(0.879 0.152 157.2) |
Copy-ready code
/* CSS */
color: #75f5af;
background-color: #75f5af;
/* Tailwind (arbitrary) */
class="text-[#75f5af] bg-[#75f5af]"
/* SCSS */
$brand: #75f5af;
/* SwiftUI */
Color(red: 0.459, green: 0.961, blue: 0.686)
/* Android */
Color.parseColor("#75f5af")Accessibility — WCAG contrast
Aa
#75f5af on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75f5af on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green96.1%
Blue68.6%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow28.6%
Key (black)3.9%
Color previews
#75f5af text on a black background
contrast 15.44:1
Card sample
#75f5af text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75f5af;
Background color
Panel with #75f5af background
background-color: #75f5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75f5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 245, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 245, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75f5af; background: linear-gradient(135deg, #75f5af, #75E6F5);