#485334
a dark, soft green · cool · closest name: darkslategray
RGB
72, 83, 52
HSL
81°, 23%, 27%
CMYK
13, 0, 37, 68
Luminance
0.0781
Every format
| HEX | #485334 |
| RGB | rgb(72, 83, 52) |
| HSL | hsl(81, 23%, 27%) |
| CMYK | cmyk(13%, 0%, 37%, 68%) |
| LAB | lab(33.6 -10.5 16.8) |
| LCH | lch(33.6 19.8 122.0) |
| OKLCH | oklch(0.424 0.050 124.4) |
Copy-ready code
/* CSS */
color: #485334;
background-color: #485334;
/* Tailwind (arbitrary) */
class="text-[#485334] bg-[#485334]"
/* SCSS */
$brand: #485334;
/* SwiftUI */
Color(red: 0.282, green: 0.325, blue: 0.204)
/* Android */
Color.parseColor("#485334")Accessibility — WCAG contrast
Aa
#485334 on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#485334 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green32.5%
Blue20.4%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow37.3%
Key (black)67.5%
Color previews
#485334 text on a black background
contrast 2.56:1
Card sample
#485334 text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #485334;
Background color
Panel with #485334 background
background-color: #485334;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #485334;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 83, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 83, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #485334; background: linear-gradient(135deg, #485334, #345335);