#485430
a dark, soft green · cool · closest name: darkslategray
RGB
72, 84, 48
HSL
80°, 27%, 26%
CMYK
14, 0, 43, 67
Luminance
0.0793
Every format
| HEX | #485430 |
| RGB | rgb(72, 84, 48) |
| HSL | hsl(80, 27%, 26%) |
| CMYK | cmyk(14%, 0%, 43%, 67%) |
| LAB | lab(33.8 -11.7 19.5) |
| LCH | lch(33.8 22.7 120.9) |
| OKLCH | oklch(0.426 0.058 123.8) |
Copy-ready code
/* CSS */
color: #485430;
background-color: #485430;
/* Tailwind (arbitrary) */
class="text-[#485430] bg-[#485430]"
/* SCSS */
$brand: #485430;
/* SwiftUI */
Color(red: 0.282, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#485430")Accessibility — WCAG contrast
Aa
#485430 on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#485430 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green32.9%
Blue18.8%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow42.9%
Key (black)67.1%
Color previews
#485430 text on a black background
contrast 2.59:1
Card sample
#485430 text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #485430;
Background color
Panel with #485430 background
background-color: #485430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #485430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #485430; background: linear-gradient(135deg, #485430, #305430);