#307821
a dark, vivid green · cool · closest name: forestgreen
RGB
48, 120, 33
HSL
110°, 57%, 30%
CMYK
60, 0, 73, 53
Luminance
0.1417
Every format
| HEX | #307821 |
| RGB | rgb(48, 120, 33) |
| HSL | hsl(110, 57%, 30%) |
| CMYK | cmyk(60%, 0%, 73%, 53%) |
| LAB | lab(44.5 -39.6 39.3) |
| LCH | lch(44.5 55.8 135.3) |
| OKLCH | oklch(0.508 0.141 140.5) |
Copy-ready code
/* CSS */
color: #307821;
background-color: #307821;
/* Tailwind (arbitrary) */
class="text-[#307821] bg-[#307821]"
/* SCSS */
$brand: #307821;
/* SwiftUI */
Color(red: 0.188, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#307821")Accessibility — WCAG contrast
Aa
#307821 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#307821 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green47.1%
Blue12.9%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#307821 text on a black background
contrast 3.83:1
Card sample
#307821 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #307821;
Background color
Panel with #307821 background
background-color: #307821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #307821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #307821; background: linear-gradient(135deg, #307821, #21784C);