#304607
a deep, electric green · cool · closest name: olivedrab
RGB
48, 70, 7
HSL
81°, 82%, 15%
CMYK
31, 0, 90, 73
Luminance
0.0502
Every format
| HEX | #304607 |
| RGB | rgb(48, 70, 7) |
| HSL | hsl(81, 82%, 15%) |
| CMYK | cmyk(31%, 0%, 90%, 73%) |
| LAB | lab(26.8 -19.0 32.1) |
| LCH | lch(26.8 37.3 120.6) |
| OKLCH | oklch(0.363 0.089 127.9) |
Copy-ready code
/* CSS */
color: #304607;
background-color: #304607;
/* Tailwind (arbitrary) */
class="text-[#304607] bg-[#304607]"
/* SCSS */
$brand: #304607;
/* SwiftUI */
Color(red: 0.188, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#304607")Accessibility — WCAG contrast
Aa
#304607 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#304607 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green27.5%
Blue2.7%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#304607 text on a black background
contrast 2.00:1
Card sample
#304607 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #304607;
Background color
Panel with #304607 background
background-color: #304607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #304607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #304607; background: linear-gradient(135deg, #304607, #074608);