#485421
a deep, soft green · cool · closest name: darkslategray
RGB
72, 84, 33
HSL
74°, 44%, 23%
CMYK
14, 0, 61, 67
Luminance
0.0783
Every format
| HEX | #485421 |
| RGB | rgb(72, 84, 33) |
| HSL | hsl(74, 44%, 23%) |
| CMYK | cmyk(14%, 0%, 61%, 67%) |
| LAB | lab(33.6 -13.5 27.8) |
| LCH | lch(33.6 30.9 116.0) |
| OKLCH | oklch(0.423 0.075 120.8) |
Copy-ready code
/* CSS */
color: #485421;
background-color: #485421;
/* Tailwind (arbitrary) */
class="text-[#485421] bg-[#485421]"
/* SCSS */
$brand: #485421;
/* SwiftUI */
Color(red: 0.282, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#485421")Accessibility — WCAG contrast
Aa
#485421 on white: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#485421 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green32.9%
Blue12.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#485421 text on a black background
contrast 2.57:1
Card sample
#485421 text on a white background
contrast 8.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #485421;
Background color
Panel with #485421 background
background-color: #485421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #485421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #485421; background: linear-gradient(135deg, #485421, #265421);