#75ce75
a balanced, vivid green · cool · closest name: forestgreen
RGB
117, 206, 117
HSL
120°, 48%, 63%
CMYK
43, 0, 43, 19
Luminance
0.4921
Every format
| HEX | #75ce75 |
| RGB | rgb(117, 206, 117) |
| HSL | hsl(120, 48%, 63%) |
| CMYK | cmyk(43%, 0%, 43%, 19%) |
| LAB | lab(75.6 -44.7 36.1) |
| LCH | lch(75.6 57.4 141.1) |
| OKLCH | oklch(0.774 0.150 144.0) |
Copy-ready code
/* CSS */
color: #75ce75;
background-color: #75ce75;
/* Tailwind (arbitrary) */
class="text-[#75ce75] bg-[#75ce75]"
/* SCSS */
$brand: #75ce75;
/* SwiftUI */
Color(red: 0.459, green: 0.808, blue: 0.459)
/* Android */
Color.parseColor("#75ce75")Accessibility — WCAG contrast
Aa
#75ce75 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ce75 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.8%
Blue45.9%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow43.2%
Key (black)19.2%
Color previews
#75ce75 text on a black background
contrast 10.84:1
Card sample
#75ce75 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ce75;
Background color
Panel with #75ce75 background
background-color: #75ce75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ce75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 206, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 206, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ce75; background: linear-gradient(135deg, #75ce75, #75CEB0);