#75fdcd
a light, electric green · cool · closest name: aquamarine
RGB
117, 253, 205
HSL
159°, 97%, 73%
CMYK
54, 0, 19, 1
Luminance
0.7844
Every format
| HEX | #75fdcd |
| RGB | rgb(117, 253, 205) |
| HSL | hsl(159, 97%, 73%) |
| CMYK | cmyk(54%, 0%, 19%, 1%) |
| LAB | lab(91.0 -48.3 11.8) |
| LCH | lch(91.0 49.8 166.3) |
| OKLCH | oklch(0.905 0.138 167.4) |
Copy-ready code
/* CSS */
color: #75fdcd;
background-color: #75fdcd;
/* Tailwind (arbitrary) */
class="text-[#75fdcd] bg-[#75fdcd]"
/* SCSS */
$brand: #75fdcd;
/* SwiftUI */
Color(red: 0.459, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#75fdcd")Accessibility — WCAG contrast
Aa
#75fdcd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75fdcd on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green99.2%
Blue80.4%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#75fdcd text on a black background
contrast 16.69:1
Card sample
#75fdcd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75fdcd;
Background color
Panel with #75fdcd background
background-color: #75fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75fdcd; background: linear-gradient(135deg, #75fdcd, #75D2FD);