#1ace0f
a dark, electric green · cool · closest name: lime
RGB
26, 206, 15
HSL
117°, 86%, 43%
CMYK
87, 0, 93, 19
Luminance
0.4440
Every format
| HEX | #1ace0f |
| RGB | rgb(26, 206, 15) |
| HSL | hsl(117, 86%, 43%) |
| CMYK | cmyk(87%, 0%, 93%, 19%) |
| LAB | lab(72.5 -71.8 69.4) |
| LCH | lch(72.5 99.8 136.0) |
| OKLCH | oklch(0.740 0.246 142.3) |
Copy-ready code
/* CSS */
color: #1ace0f;
background-color: #1ace0f;
/* Tailwind (arbitrary) */
class="text-[#1ace0f] bg-[#1ace0f]"
/* SCSS */
$brand: #1ace0f;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#1ace0f")Accessibility — WCAG contrast
Aa
#1ace0f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ace0f on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue5.9%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#1ace0f text on a black background
contrast 9.88:1
Card sample
#1ace0f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ace0f;
Background color
Panel with #1ace0f background
background-color: #1ace0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ace0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ace0f; background: linear-gradient(135deg, #1ace0f, #0FCE83);