#75c28c
a balanced, soft green · cool · closest name: seagreen
RGB
117, 194, 140
HSL
138°, 39%, 61%
CMYK
40, 0, 28, 24
Luminance
0.4426
Every format
| HEX | #75c28c |
| RGB | rgb(117, 194, 140) |
| HSL | hsl(138, 39%, 61%) |
| CMYK | cmyk(40%, 0%, 28%, 24%) |
| LAB | lab(72.4 -35.5 19.9) |
| LCH | lch(72.4 40.7 150.8) |
| OKLCH | oklch(0.750 0.110 152.6) |
Copy-ready code
/* CSS */
color: #75c28c;
background-color: #75c28c;
/* Tailwind (arbitrary) */
class="text-[#75c28c] bg-[#75c28c]"
/* SCSS */
$brand: #75c28c;
/* SwiftUI */
Color(red: 0.459, green: 0.761, blue: 0.549)
/* Android */
Color.parseColor("#75c28c")Accessibility — WCAG contrast
Aa
#75c28c on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75c28c on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green76.1%
Blue54.9%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow27.8%
Key (black)23.9%
Color previews
#75c28c text on a black background
contrast 9.85:1
Card sample
#75c28c text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75c28c;
Background color
Panel with #75c28c background
background-color: #75c28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75c28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 194, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 194, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75c28c; background: linear-gradient(135deg, #75c28c, #75C2BF);