#309708
a dark, electric green · cool · closest name: green
RGB
48, 151, 8
HSL
103°, 90%, 31%
CMYK
68, 0, 95, 41
Luminance
0.2278
Every format
| HEX | #309708 |
| RGB | rgb(48, 151, 8) |
| HSL | hsl(103, 90%, 31%) |
| CMYK | cmyk(68%, 0%, 95%, 41%) |
| LAB | lab(54.8 -52.3 55.8) |
| LCH | lch(54.8 76.4 133.1) |
| OKLCH | oklch(0.594 0.188 139.9) |
Copy-ready code
/* CSS */
color: #309708;
background-color: #309708;
/* Tailwind (arbitrary) */
class="text-[#309708] bg-[#309708]"
/* SCSS */
$brand: #309708;
/* SwiftUI */
Color(red: 0.188, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#309708")Accessibility — WCAG contrast
Aa
#309708 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#309708 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green59.2%
Blue3.1%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow94.7%
Key (black)40.8%
Color previews
#309708 text on a black background
contrast 5.56:1
Card sample
#309708 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #309708;
Background color
Panel with #309708 background
background-color: #309708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #309708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #309708; background: linear-gradient(135deg, #309708, #08973F);