#467430
a dark, soft green · cool · closest name: seagreen
RGB
70, 116, 48
HSL
101°, 42%, 32%
CMYK
40, 0, 59, 55
Luminance
0.1401
Every format
| HEX | #467430 |
| RGB | rgb(70, 116, 48) |
| HSL | hsl(101, 42%, 32%) |
| CMYK | cmyk(40%, 0%, 59%, 55%) |
| LAB | lab(44.2 -29.2 32.2) |
| LCH | lch(44.2 43.5 132.2) |
| OKLCH | oklch(0.509 0.111 136.7) |
Copy-ready code
/* CSS */
color: #467430;
background-color: #467430;
/* Tailwind (arbitrary) */
class="text-[#467430] bg-[#467430]"
/* SCSS */
$brand: #467430;
/* SwiftUI */
Color(red: 0.275, green: 0.455, blue: 0.188)
/* Android */
Color.parseColor("#467430")Accessibility — WCAG contrast
Aa
#467430 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#467430 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green45.5%
Blue18.8%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow58.6%
Key (black)54.5%
Color previews
#467430 text on a black background
contrast 3.80:1
Card sample
#467430 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467430;
Background color
Panel with #467430 background
background-color: #467430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 116, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 116, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467430; background: linear-gradient(135deg, #467430, #307447);