#1ba00d
a dark, electric green · cool · closest name: green
RGB
27, 160, 13
HSL
114°, 85%, 34%
CMYK
83, 0, 92, 37
Luminance
0.2540
Every format
| HEX | #1ba00d |
| RGB | rgb(27, 160, 13) |
| HSL | hsl(114, 85%, 34%) |
| CMYK | cmyk(83%, 0%, 92%, 37%) |
| LAB | lab(57.5 -58.4 57.0) |
| LCH | lch(57.5 81.7 135.7) |
| OKLCH | oklch(0.614 0.202 142.0) |
Copy-ready code
/* CSS */
color: #1ba00d;
background-color: #1ba00d;
/* Tailwind (arbitrary) */
class="text-[#1ba00d] bg-[#1ba00d]"
/* SCSS */
$brand: #1ba00d;
/* SwiftUI */
Color(red: 0.106, green: 0.627, blue: 0.051)
/* Android */
Color.parseColor("#1ba00d")Accessibility — WCAG contrast
Aa
#1ba00d on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba00d on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green62.7%
Blue5.1%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow91.9%
Key (black)37.3%
Color previews
#1ba00d text on a black background
contrast 6.08:1
Card sample
#1ba00d text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba00d;
Background color
Panel with #1ba00d background
background-color: #1ba00d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba00d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 160, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 160, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba00d; background: linear-gradient(135deg, #1ba00d, #0DA061);