#0df26d
a balanced, electric green · cool · closest name: lime
RGB
13, 242, 109
HSL
145°, 90%, 50%
CMYK
95, 0, 55, 5
Luminance
0.6469
Every format
| HEX | #0df26d |
| RGB | rgb(13, 242, 109) |
| HSL | hsl(145, 90%, 50%) |
| CMYK | cmyk(95%, 0%, 55%, 5%) |
| LAB | lab(84.3 -75.2 50.3) |
| LCH | lch(84.3 90.4 146.2) |
| OKLCH | oklch(0.840 0.234 149.1) |
Copy-ready code
/* CSS */
color: #0df26d;
background-color: #0df26d;
/* Tailwind (arbitrary) */
class="text-[#0df26d] bg-[#0df26d]"
/* SCSS */
$brand: #0df26d;
/* SwiftUI */
Color(red: 0.051, green: 0.949, blue: 0.427)
/* Android */
Color.parseColor("#0df26d")Accessibility — WCAG contrast
Aa
#0df26d on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df26d on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green94.9%
Blue42.7%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow55.0%
Key (black)5.1%
Color previews
#0df26d text on a black background
contrast 13.94:1
Card sample
#0df26d text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df26d;
Background color
Panel with #0df26d background
background-color: #0df26d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df26d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 242, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 242, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df26d; background: linear-gradient(135deg, #0df26d, #0DDEF2);