#10bf21
a dark, electric green · cool · closest name: green
RGB
16, 191, 33
HSL
126°, 85%, 41%
CMYK
92, 0, 83, 25
Luminance
0.3748
Every format
| HEX | #10bf21 |
| RGB | rgb(16, 191, 33) |
| HSL | hsl(126, 85%, 41%) |
| CMYK | cmyk(92%, 0%, 83%, 25%) |
| LAB | lab(67.6 -67.5 61.6) |
| LCH | lch(67.6 91.4 137.6) |
| OKLCH | oklch(0.699 0.228 143.3) |
Copy-ready code
/* CSS */
color: #10bf21;
background-color: #10bf21;
/* Tailwind (arbitrary) */
class="text-[#10bf21] bg-[#10bf21]"
/* SCSS */
$brand: #10bf21;
/* SwiftUI */
Color(red: 0.063, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#10bf21")Accessibility — WCAG contrast
Aa
#10bf21 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10bf21 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green74.9%
Blue12.9%
CMYK percentages
Cyan91.6%
Magenta0.0%
Yellow82.7%
Key (black)25.1%
Color previews
#10bf21 text on a black background
contrast 8.50:1
Card sample
#10bf21 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10bf21;
Background color
Panel with #10bf21 background
background-color: #10bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10bf21; background: linear-gradient(135deg, #10bf21, #10BF96);