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