#415821
a deep, vivid green · cool · closest name: seagreen
RGB
65, 88, 33
HSL
85°, 46%, 24%
CMYK
26, 0, 63, 66
Luminance
0.0821
Every format
| HEX | #415821 |
| RGB | rgb(65, 88, 33) |
| HSL | hsl(85, 46%, 24%) |
| CMYK | cmyk(26%, 0%, 63%, 66%) |
| LAB | lab(34.4 -18.9 28.5) |
| LCH | lch(34.4 34.2 123.5) |
| OKLCH | oklch(0.428 0.085 128.5) |
Copy-ready code
/* CSS */
color: #415821;
background-color: #415821;
/* Tailwind (arbitrary) */
class="text-[#415821] bg-[#415821]"
/* SCSS */
$brand: #415821;
/* SwiftUI */
Color(red: 0.255, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#415821")Accessibility — WCAG contrast
Aa
#415821 on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#415821 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green34.5%
Blue12.9%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow62.5%
Key (black)65.5%
Color previews
#415821 text on a black background
contrast 2.64:1
Card sample
#415821 text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415821;
Background color
Panel with #415821 background
background-color: #415821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415821; background: linear-gradient(135deg, #415821, #215826);