#467b57
a dark, soft green · cool · closest name: seagreen
RGB
70, 123, 87
HSL
139°, 28%, 38%
CMYK
43, 0, 29, 52
Luminance
0.1616
Every format
| HEX | #467b57 |
| RGB | rgb(70, 123, 87) |
| HSL | hsl(139, 28%, 38%) |
| CMYK | cmyk(43%, 0%, 29%, 52%) |
| LAB | lab(47.2 -26.3 14.3) |
| LCH | lch(47.2 29.9 151.4) |
| OKLCH | oklch(0.535 0.081 153.2) |
Copy-ready code
/* CSS */
color: #467b57;
background-color: #467b57;
/* Tailwind (arbitrary) */
class="text-[#467b57] bg-[#467b57]"
/* SCSS */
$brand: #467b57;
/* SwiftUI */
Color(red: 0.275, green: 0.482, blue: 0.341)
/* Android */
Color.parseColor("#467b57")Accessibility — WCAG contrast
Aa
#467b57 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#467b57 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green48.2%
Blue34.1%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow29.3%
Key (black)51.8%
Color previews
#467b57 text on a black background
contrast 4.23:1
Card sample
#467b57 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467b57;
Background color
Panel with #467b57 background
background-color: #467b57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467b57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 123, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 123, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467b57; background: linear-gradient(135deg, #467b57, #467B7A);