#455521
a deep, soft green · cool · closest name: seagreen
RGB
69, 85, 33
HSL
79°, 44%, 23%
CMYK
19, 0, 61, 67
Luminance
0.0787
Every format
| HEX | #455521 |
| RGB | rgb(69, 85, 33) |
| HSL | hsl(79, 44%, 23%) |
| CMYK | cmyk(19%, 0%, 61%, 67%) |
| LAB | lab(33.7 -15.4 27.8) |
| LCH | lch(33.7 31.8 119.1) |
| OKLCH | oklch(0.423 0.078 124.0) |
Copy-ready code
/* CSS */
color: #455521;
background-color: #455521;
/* Tailwind (arbitrary) */
class="text-[#455521] bg-[#455521]"
/* SCSS */
$brand: #455521;
/* SwiftUI */
Color(red: 0.271, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#455521")Accessibility — WCAG contrast
Aa
#455521 on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#455521 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green33.3%
Blue12.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#455521 text on a black background
contrast 2.57:1
Card sample
#455521 text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #455521;
Background color
Panel with #455521 background
background-color: #455521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #455521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #455521; background: linear-gradient(135deg, #455521, #225521);