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