#318607
a dark, electric green · cool · closest name: green
RGB
49, 134, 7
HSL
100°, 90%, 28%
CMYK
63, 0, 95, 48
Luminance
0.1772
Every format
| HEX | #318607 |
| RGB | rgb(49, 134, 7) |
| HSL | hsl(100, 90%, 28%) |
| CMYK | cmyk(63%, 0%, 95%, 48%) |
| LAB | lab(49.1 -46.1 51.2) |
| LCH | lch(49.1 69.0 132.0) |
| OKLCH | oklch(0.546 0.169 138.9) |
Copy-ready code
/* CSS */
color: #318607;
background-color: #318607;
/* Tailwind (arbitrary) */
class="text-[#318607] bg-[#318607]"
/* SCSS */
$brand: #318607;
/* SwiftUI */
Color(red: 0.192, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#318607")Accessibility — WCAG contrast
Aa
#318607 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#318607 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green52.5%
Blue2.7%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#318607 text on a black background
contrast 4.54:1
Card sample
#318607 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #318607;
Background color
Panel with #318607 background
background-color: #318607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #318607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #318607; background: linear-gradient(135deg, #318607, #078632);