#75fdaf
a light, electric green · cool · closest name: aquamarine
RGB
117, 253, 175
HSL
146°, 97%, 73%
CMYK
54, 0, 31, 1
Luminance
0.7713
Every format
| HEX | #75fdaf |
| RGB | rgb(117, 253, 175) |
| HSL | hsl(146, 97%, 73%) |
| CMYK | cmyk(54%, 0%, 31%, 1%) |
| LAB | lab(90.4 -54.4 26.3) |
| LCH | lch(90.4 60.4 154.2) |
| OKLCH | oklch(0.898 0.163 155.8) |
Copy-ready code
/* CSS */
color: #75fdaf;
background-color: #75fdaf;
/* Tailwind (arbitrary) */
class="text-[#75fdaf] bg-[#75fdaf]"
/* SCSS */
$brand: #75fdaf;
/* SwiftUI */
Color(red: 0.459, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#75fdaf")Accessibility — WCAG contrast
Aa
#75fdaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75fdaf on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green99.2%
Blue68.6%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#75fdaf text on a black background
contrast 16.43:1
Card sample
#75fdaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75fdaf;
Background color
Panel with #75fdaf background
background-color: #75fdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75fdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75fdaf; background: linear-gradient(135deg, #75fdaf, #75F0FD);