#758554
a dark, soft green · cool · closest name: seagreen
RGB
117, 133, 84
HSL
80°, 23%, 43%
CMYK
12, 0, 37, 48
Luminance
0.2120
Every format
| HEX | #758554 |
| RGB | rgb(117, 133, 84) |
| HSL | hsl(80, 23%, 43%) |
| CMYK | cmyk(12%, 0%, 37%, 48%) |
| LAB | lab(53.2 -14.6 24.5) |
| LCH | lch(53.2 28.6 120.8) |
| OKLCH | oklch(0.591 0.073 123.3) |
Copy-ready code
/* CSS */
color: #758554;
background-color: #758554;
/* Tailwind (arbitrary) */
class="text-[#758554] bg-[#758554]"
/* SCSS */
$brand: #758554;
/* SwiftUI */
Color(red: 0.459, green: 0.522, blue: 0.329)
/* Android */
Color.parseColor("#758554")Accessibility — WCAG contrast
Aa
#758554 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758554 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.2%
Blue32.9%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow36.8%
Key (black)47.8%
Color previews
#758554 text on a black background
contrast 5.24:1
Card sample
#758554 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758554;
Background color
Panel with #758554 background
background-color: #758554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 133, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 133, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758554; background: linear-gradient(135deg, #758554, #548554);