#469749
a dark, soft green · cool · closest name: seagreen
RGB
70, 151, 73
HSL
122°, 37%, 43%
CMYK
54, 0, 52, 41
Luminance
0.2392
Every format
| HEX | #469749 |
| RGB | rgb(70, 151, 73) |
| HSL | hsl(122, 37%, 43%) |
| CMYK | cmyk(54%, 0%, 52%, 41%) |
| LAB | lab(56.0 -41.4 33.5) |
| LCH | lch(56.0 53.3 141.0) |
| OKLCH | oklch(0.607 0.138 144.3) |
Copy-ready code
/* CSS */
color: #469749;
background-color: #469749;
/* Tailwind (arbitrary) */
class="text-[#469749] bg-[#469749]"
/* SCSS */
$brand: #469749;
/* SwiftUI */
Color(red: 0.275, green: 0.592, blue: 0.286)
/* Android */
Color.parseColor("#469749")Accessibility — WCAG contrast
Aa
#469749 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#469749 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green59.2%
Blue28.6%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow51.7%
Key (black)40.8%
Color previews
#469749 text on a black background
contrast 5.78:1
Card sample
#469749 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #469749;
Background color
Panel with #469749 background
background-color: #469749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #469749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 151, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 151, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #469749; background: linear-gradient(135deg, #469749, #46977F);