#308500
a dark, electric green · cool · closest name: green
RGB
48, 133, 0
HSL
98°, 100%, 26%
CMYK
64, 0, 100, 48
Luminance
0.1740
Every format
| HEX | #308500 |
| RGB | rgb(48, 133, 0) |
| HSL | hsl(98, 100%, 26%) |
| CMYK | cmyk(64%, 0%, 100%, 48%) |
| LAB | lab(48.8 -46.3 52.3) |
| LCH | lch(48.8 69.8 131.5) |
| OKLCH | oklch(0.543 0.170 138.7) |
Copy-ready code
/* CSS */
color: #308500;
background-color: #308500;
/* Tailwind (arbitrary) */
class="text-[#308500] bg-[#308500]"
/* SCSS */
$brand: #308500;
/* SwiftUI */
Color(red: 0.188, green: 0.522, blue: 0.000)
/* Android */
Color.parseColor("#308500")Accessibility — WCAG contrast
Aa
#308500 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#308500 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green52.2%
Blue0.0%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow100.0%
Key (black)47.8%
Color previews
#308500 text on a black background
contrast 4.48:1
Card sample
#308500 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #308500;
Background color
Panel with #308500 background
background-color: #308500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #308500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 133, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 133, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #308500; background: linear-gradient(135deg, #308500, #008529);