#305807
a deep, electric green · cool · closest name: olivedrab
RGB
48, 88, 7
HSL
90°, 85%, 19%
CMYK
46, 0, 92, 66
Luminance
0.0762
Every format
| HEX | #305807 |
| RGB | rgb(48, 88, 7) |
| HSL | hsl(90, 85%, 19%) |
| CMYK | cmyk(46%, 0%, 92%, 66%) |
| LAB | lab(33.2 -27.9 37.7) |
| LCH | lch(33.2 46.9 126.5) |
| OKLCH | oklch(0.415 0.114 133.7) |
Copy-ready code
/* CSS */
color: #305807;
background-color: #305807;
/* Tailwind (arbitrary) */
class="text-[#305807] bg-[#305807]"
/* SCSS */
$brand: #305807;
/* SwiftUI */
Color(red: 0.188, green: 0.345, blue: 0.027)
/* Android */
Color.parseColor("#305807")Accessibility — WCAG contrast
Aa
#305807 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#305807 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green34.5%
Blue2.7%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow92.0%
Key (black)65.5%
Color previews
#305807 text on a black background
contrast 2.52:1
Card sample
#305807 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #305807;
Background color
Panel with #305807 background
background-color: #305807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #305807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 88, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 88, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #305807; background: linear-gradient(135deg, #305807, #075814);