#75cea2
a balanced, vivid green · cool · closest name: aquamarine
RGB
117, 206, 162
HSL
150°, 48%, 63%
CMYK
43, 0, 21, 19
Luminance
0.5053
Every format
| HEX | #75cea2 |
| RGB | rgb(117, 206, 162) |
| HSL | hsl(150, 48%, 63%) |
| CMYK | cmyk(43%, 0%, 21%, 19%) |
| LAB | lab(76.4 -36.7 13.7) |
| LCH | lch(76.4 39.2 159.6) |
| OKLCH | oklch(0.783 0.108 161.0) |
Copy-ready code
/* CSS */
color: #75cea2;
background-color: #75cea2;
/* Tailwind (arbitrary) */
class="text-[#75cea2] bg-[#75cea2]"
/* SCSS */
$brand: #75cea2;
/* SwiftUI */
Color(red: 0.459, green: 0.808, blue: 0.635)
/* Android */
Color.parseColor("#75cea2")Accessibility — WCAG contrast
Aa
#75cea2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75cea2 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.8%
Blue63.5%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow21.4%
Key (black)19.2%
Color previews
#75cea2 text on a black background
contrast 11.11:1
Card sample
#75cea2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75cea2;
Background color
Panel with #75cea2 background
background-color: #75cea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75cea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 206, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 206, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75cea2; background: linear-gradient(135deg, #75cea2, #75BFCE);