#415521
a deep, soft green · cool · closest name: seagreen
RGB
65, 85, 33
HSL
83°, 44%, 23%
CMYK
24, 0, 61, 67
Luminance
0.0773
Every format
| HEX | #415521 |
| RGB | rgb(65, 85, 33) |
| HSL | hsl(83, 44%, 23%) |
| CMYK | cmyk(24%, 0%, 61%, 67%) |
| LAB | lab(33.4 -17.3 27.4) |
| LCH | lch(33.4 32.4 122.2) |
| OKLCH | oklch(0.420 0.081 127.1) |
Copy-ready code
/* CSS */
color: #415521;
background-color: #415521;
/* Tailwind (arbitrary) */
class="text-[#415521] bg-[#415521]"
/* SCSS */
$brand: #415521;
/* SwiftUI */
Color(red: 0.255, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#415521")Accessibility — WCAG contrast
Aa
#415521 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#415521 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green33.3%
Blue12.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#415521 text on a black background
contrast 2.55:1
Card sample
#415521 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415521;
Background color
Panel with #415521 background
background-color: #415521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415521; background: linear-gradient(135deg, #415521, #215524);