#455321
a deep, soft green · cool · closest name: darkslategray
RGB
69, 83, 33
HSL
77°, 43%, 23%
CMYK
17, 0, 60, 68
Luminance
0.0756
Every format
| HEX | #455321 |
| RGB | rgb(69, 83, 33) |
| HSL | hsl(77, 43%, 23%) |
| CMYK | cmyk(17%, 0%, 60%, 68%) |
| LAB | lab(33.0 -14.3 27.0) |
| LCH | lch(33.0 30.6 117.9) |
| OKLCH | oklch(0.418 0.075 122.7) |
Copy-ready code
/* CSS */
color: #455321;
background-color: #455321;
/* Tailwind (arbitrary) */
class="text-[#455321] bg-[#455321]"
/* SCSS */
$brand: #455321;
/* SwiftUI */
Color(red: 0.271, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#455321")Accessibility — WCAG contrast
Aa
#455321 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#455321 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green32.5%
Blue12.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#455321 text on a black background
contrast 2.51:1
Card sample
#455321 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #455321;
Background color
Panel with #455321 background
background-color: #455321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #455321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #455321; background: linear-gradient(135deg, #455321, #245321);