#75995f
a balanced, soft green · cool · closest name: seagreen
RGB
117, 153, 95
HSL
97°, 23%, 49%
CMYK
24, 0, 38, 40
Luminance
0.2739
Every format
| HEX | #75995f |
| RGB | rgb(117, 153, 95) |
| HSL | hsl(97, 23%, 49%) |
| CMYK | cmyk(24%, 0%, 38%, 40%) |
| LAB | lab(59.3 -23.4 26.6) |
| LCH | lch(59.3 35.4 131.4) |
| OKLCH | oklch(0.641 0.092 134.3) |
Copy-ready code
/* CSS */
color: #75995f;
background-color: #75995f;
/* Tailwind (arbitrary) */
class="text-[#75995f] bg-[#75995f]"
/* SCSS */
$brand: #75995f;
/* SwiftUI */
Color(red: 0.459, green: 0.600, blue: 0.373)
/* Android */
Color.parseColor("#75995f")Accessibility — WCAG contrast
Aa
#75995f on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#75995f on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green60.0%
Blue37.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow37.9%
Key (black)40.0%
Color previews
#75995f text on a black background
contrast 6.48:1
Card sample
#75995f text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75995f;
Background color
Panel with #75995f background
background-color: #75995f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75995f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 153, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 153, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75995f; background: linear-gradient(135deg, #75995f, #5F9970);