#7bcf13
a dark, electric green · cool · closest name: green
RGB
123, 207, 19
HSL
87°, 83%, 44%
CMYK
41, 0, 91, 19
Luminance
0.4888
Every format
| HEX | #7bcf13 |
| RGB | rgb(123, 207, 19) |
| HSL | hsl(87, 83%, 44%) |
| CMYK | cmyk(41%, 0%, 91%, 19%) |
| LAB | lab(75.4 -51.2 72.3) |
| LCH | lch(75.4 88.6 125.3) |
| OKLCH | oklch(0.771 0.213 132.9) |
Copy-ready code
/* CSS */
color: #7bcf13;
background-color: #7bcf13;
/* Tailwind (arbitrary) */
class="text-[#7bcf13] bg-[#7bcf13]"
/* SCSS */
$brand: #7bcf13;
/* SwiftUI */
Color(red: 0.482, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#7bcf13")Accessibility — WCAG contrast
Aa
#7bcf13 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcf13 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green81.2%
Blue7.5%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#7bcf13 text on a black background
contrast 10.78:1
Card sample
#7bcf13 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcf13;
Background color
Panel with #7bcf13 background
background-color: #7bcf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcf13; background: linear-gradient(135deg, #7bcf13, #13CF28);