#488821
a dark, vivid green · cool · closest name: forestgreen
RGB
72, 136, 33
HSL
97°, 61%, 33%
CMYK
47, 0, 76, 47
Luminance
0.1910
Every format
| HEX | #488821 |
| RGB | rgb(72, 136, 33) |
| HSL | hsl(97, 61%, 33%) |
| CMYK | cmyk(47%, 0%, 76%, 47%) |
| LAB | lab(50.8 -38.8 46.0) |
| LCH | lch(50.8 60.2 130.2) |
| OKLCH | oklch(0.563 0.149 136.3) |
Copy-ready code
/* CSS */
color: #488821;
background-color: #488821;
/* Tailwind (arbitrary) */
class="text-[#488821] bg-[#488821]"
/* SCSS */
$brand: #488821;
/* SwiftUI */
Color(red: 0.282, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#488821")Accessibility — WCAG contrast
Aa
#488821 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488821 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green53.3%
Blue12.9%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#488821 text on a black background
contrast 4.82:1
Card sample
#488821 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488821;
Background color
Panel with #488821 background
background-color: #488821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488821; background: linear-gradient(135deg, #488821, #21883F);