#478570
a dark, soft green · cool · closest name: teal
RGB
71, 133, 112
HSL
160°, 30%, 40%
CMYK
47, 0, 16, 48
Luminance
0.1928
Every format
| HEX | #478570 |
| RGB | rgb(71, 133, 112) |
| HSL | hsl(160, 30%, 40%) |
| CMYK | cmyk(47%, 0%, 16%, 48%) |
| LAB | lab(51.0 -25.4 5.1) |
| LCH | lch(51.0 25.9 168.6) |
| OKLCH | oklch(0.569 0.073 169.6) |
Copy-ready code
/* CSS */
color: #478570;
background-color: #478570;
/* Tailwind (arbitrary) */
class="text-[#478570] bg-[#478570]"
/* SCSS */
$brand: #478570;
/* SwiftUI */
Color(red: 0.278, green: 0.522, blue: 0.439)
/* Android */
Color.parseColor("#478570")Accessibility — WCAG contrast
Aa
#478570 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478570 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green52.2%
Blue43.9%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow15.8%
Key (black)47.8%
Color previews
#478570 text on a black background
contrast 4.86:1
Card sample
#478570 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478570;
Background color
Panel with #478570 background
background-color: #478570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 133, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 133, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478570; background: linear-gradient(135deg, #478570, #477185);