#338607
a dark, electric green · cool · closest name: green
RGB
51, 134, 7
HSL
99°, 90%, 28%
CMYK
62, 0, 95, 48
Luminance
0.1777
Every format
| HEX | #338607 |
| RGB | rgb(51, 134, 7) |
| HSL | hsl(99, 90%, 28%) |
| CMYK | cmyk(62%, 0%, 95%, 48%) |
| LAB | lab(49.2 -45.6 51.3) |
| LCH | lch(49.2 68.7 131.6) |
| OKLCH | oklch(0.547 0.168 138.6) |
Copy-ready code
/* CSS */
color: #338607;
background-color: #338607;
/* Tailwind (arbitrary) */
class="text-[#338607] bg-[#338607]"
/* SCSS */
$brand: #338607;
/* SwiftUI */
Color(red: 0.200, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#338607")Accessibility — WCAG contrast
Aa
#338607 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#338607 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green52.5%
Blue2.7%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#338607 text on a black background
contrast 4.55:1
Card sample
#338607 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338607;
Background color
Panel with #338607 background
background-color: #338607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338607; background: linear-gradient(135deg, #338607, #078630);