#7dbf13
a dark, electric green · cool · closest name: olivedrab
RGB
125, 191, 19
HSL
83°, 82%, 41%
CMYK
35, 0, 90, 25
Luminance
0.4167
Every format
| HEX | #7dbf13 |
| RGB | rgb(125, 191, 19) |
| HSL | hsl(83, 82%, 41%) |
| CMYK | cmyk(35%, 0%, 90%, 25%) |
| LAB | lab(70.6 -43.9 68.4) |
| LCH | lch(70.6 81.3 122.7) |
| OKLCH | oklch(0.732 0.194 130.4) |
Copy-ready code
/* CSS */
color: #7dbf13;
background-color: #7dbf13;
/* Tailwind (arbitrary) */
class="text-[#7dbf13] bg-[#7dbf13]"
/* SCSS */
$brand: #7dbf13;
/* SwiftUI */
Color(red: 0.490, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#7dbf13")Accessibility — WCAG contrast
Aa
#7dbf13 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbf13 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.9%
Blue7.5%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#7dbf13 text on a black background
contrast 9.33:1
Card sample
#7dbf13 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbf13;
Background color
Panel with #7dbf13 background
background-color: #7dbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbf13; background: linear-gradient(135deg, #7dbf13, #13BF1C);