#26ef21
a balanced, electric green · cool · closest name: lime
RGB
38, 239, 33
HSL
119°, 87%, 53%
CMYK
84, 0, 86, 6
Luminance
0.6225
Every format
| HEX | #26ef21 |
| RGB | rgb(38, 239, 33) |
| HSL | hsl(119, 87%, 53%) |
| CMYK | cmyk(84%, 0%, 86%, 6%) |
| LAB | lab(83.0 -79.3 75.5) |
| LCH | lch(83.0 109.5 136.4) |
| OKLCH | oklch(0.828 0.272 142.5) |
Copy-ready code
/* CSS */
color: #26ef21;
background-color: #26ef21;
/* Tailwind (arbitrary) */
class="text-[#26ef21] bg-[#26ef21]"
/* SCSS */
$brand: #26ef21;
/* SwiftUI */
Color(red: 0.149, green: 0.937, blue: 0.129)
/* Android */
Color.parseColor("#26ef21")Accessibility — WCAG contrast
Aa
#26ef21 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26ef21 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green93.7%
Blue12.9%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow86.2%
Key (black)6.3%
Color previews
#26ef21 text on a black background
contrast 13.45:1
Card sample
#26ef21 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26ef21;
Background color
Panel with #26ef21 background
background-color: #26ef21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26ef21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 239, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 239, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26ef21; background: linear-gradient(135deg, #26ef21, #21EFA5);