#306321
a dark, vivid green · cool · closest name: seagreen
RGB
48, 99, 33
HSL
106°, 50%, 26%
CMYK
52, 0, 67, 61
Luminance
0.0966
Every format
| HEX | #306321 |
| RGB | rgb(48, 99, 33) |
| HSL | hsl(106, 50%, 26%) |
| CMYK | cmyk(52%, 0%, 67%, 61%) |
| LAB | lab(37.2 -30.8 31.4) |
| LCH | lch(37.2 44.0 134.4) |
| OKLCH | oklch(0.449 0.112 139.2) |
Copy-ready code
/* CSS */
color: #306321;
background-color: #306321;
/* Tailwind (arbitrary) */
class="text-[#306321] bg-[#306321]"
/* SCSS */
$brand: #306321;
/* SwiftUI */
Color(red: 0.188, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#306321")Accessibility — WCAG contrast
Aa
#306321 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#306321 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green38.8%
Blue12.9%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#306321 text on a black background
contrast 2.93:1
Card sample
#306321 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #306321;
Background color
Panel with #306321 background
background-color: #306321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #306321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #306321; background: linear-gradient(135deg, #306321, #21633E);