#75fdbf
a light, electric green · cool · closest name: aquamarine
RGB
117, 253, 191
HSL
153°, 97%, 73%
CMYK
54, 0, 25, 1
Luminance
0.7779
Every format
| HEX | #75fdbf |
| RGB | rgb(117, 253, 191) |
| HSL | hsl(153, 97%, 73%) |
| CMYK | cmyk(54%, 0%, 25%, 1%) |
| LAB | lab(90.7 -51.3 18.6) |
| LCH | lch(90.7 54.5 160.1) |
| OKLCH | oklch(0.902 0.149 161.4) |
Copy-ready code
/* CSS */
color: #75fdbf;
background-color: #75fdbf;
/* Tailwind (arbitrary) */
class="text-[#75fdbf] bg-[#75fdbf]"
/* SCSS */
$brand: #75fdbf;
/* SwiftUI */
Color(red: 0.459, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#75fdbf")Accessibility — WCAG contrast
Aa
#75fdbf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75fdbf on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green99.2%
Blue74.9%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#75fdbf text on a black background
contrast 16.56:1
Card sample
#75fdbf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75fdbf;
Background color
Panel with #75fdbf background
background-color: #75fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75fdbf; background: linear-gradient(135deg, #75fdbf, #75E0FD);