#1fbc13
a dark, electric green · cool · closest name: green
RGB
31, 188, 19
HSL
116°, 82%, 41%
CMYK
84, 0, 90, 26
Luminance
0.3630
Every format
| HEX | #1fbc13 |
| RGB | rgb(31, 188, 19) |
| HSL | hsl(116, 82%, 41%) |
| CMYK | cmyk(84%, 0%, 90%, 26%) |
| LAB | lab(66.8 -66.1 64.0) |
| LCH | lch(66.8 91.9 135.9) |
| OKLCH | oklch(0.692 0.228 142.2) |
Copy-ready code
/* CSS */
color: #1fbc13;
background-color: #1fbc13;
/* Tailwind (arbitrary) */
class="text-[#1fbc13] bg-[#1fbc13]"
/* SCSS */
$brand: #1fbc13;
/* SwiftUI */
Color(red: 0.122, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#1fbc13")Accessibility — WCAG contrast
Aa
#1fbc13 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fbc13 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green73.7%
Blue7.5%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow89.9%
Key (black)26.3%
Color previews
#1fbc13 text on a black background
contrast 8.26:1
Card sample
#1fbc13 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fbc13;
Background color
Panel with #1fbc13 background
background-color: #1fbc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fbc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fbc13; background: linear-gradient(135deg, #1fbc13, #13BC78);