#478564
a dark, soft green · cool · closest name: seagreen
RGB
71, 133, 100
HSL
148°, 30%, 40%
CMYK
47, 0, 25, 48
Luminance
0.1903
Every format
| HEX | #478564 |
| RGB | rgb(71, 133, 100) |
| HSL | hsl(148, 30%, 40%) |
| CMYK | cmyk(47%, 0%, 25%, 48%) |
| LAB | lab(50.7 -28.1 11.7) |
| LCH | lch(50.7 30.5 157.4) |
| OKLCH | oklch(0.565 0.083 158.9) |
Copy-ready code
/* CSS */
color: #478564;
background-color: #478564;
/* Tailwind (arbitrary) */
class="text-[#478564] bg-[#478564]"
/* SCSS */
$brand: #478564;
/* SwiftUI */
Color(red: 0.278, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#478564")Accessibility — WCAG contrast
Aa
#478564 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478564 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green52.2%
Blue39.2%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#478564 text on a black background
contrast 4.81:1
Card sample
#478564 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478564;
Background color
Panel with #478564 background
background-color: #478564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478564; background: linear-gradient(135deg, #478564, #477D85);