#478f5f
a dark, soft green · cool · closest name: seagreen
RGB
71, 143, 95
HSL
140°, 34%, 42%
CMYK
50, 0, 34, 44
Luminance
0.2181
Every format
| HEX | #478f5f |
| RGB | rgb(71, 143, 95) |
| HSL | hsl(140, 34%, 42%) |
| CMYK | cmyk(50%, 0%, 34%, 44%) |
| LAB | lab(53.8 -33.9 18.8) |
| LCH | lch(53.8 38.8 151.0) |
| OKLCH | oklch(0.590 0.104 152.8) |
Copy-ready code
/* CSS */
color: #478f5f;
background-color: #478f5f;
/* Tailwind (arbitrary) */
class="text-[#478f5f] bg-[#478f5f]"
/* SCSS */
$brand: #478f5f;
/* SwiftUI */
Color(red: 0.278, green: 0.561, blue: 0.373)
/* Android */
Color.parseColor("#478f5f")Accessibility — WCAG contrast
Aa
#478f5f on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478f5f on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green56.1%
Blue37.3%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow33.6%
Key (black)43.9%
Color previews
#478f5f text on a black background
contrast 5.36:1
Card sample
#478f5f text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478f5f;
Background color
Panel with #478f5f background
background-color: #478f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 143, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 143, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478f5f; background: linear-gradient(135deg, #478f5f, #478F8F);