#1ace3c
a balanced, electric green · cool · closest name: forestgreen
RGB
26, 206, 60
HSL
131°, 78%, 46%
CMYK
87, 0, 71, 19
Luminance
0.4469
Every format
| HEX | #1ace3c |
| RGB | rgb(26, 206, 60) |
| HSL | hsl(131, 78%, 46%) |
| CMYK | cmyk(87%, 0%, 71%, 19%) |
| LAB | lab(72.7 -69.3 57.9) |
| LCH | lch(72.7 90.3 140.1) |
| OKLCH | oklch(0.742 0.229 144.7) |
Copy-ready code
/* CSS */
color: #1ace3c;
background-color: #1ace3c;
/* Tailwind (arbitrary) */
class="text-[#1ace3c] bg-[#1ace3c]"
/* SCSS */
$brand: #1ace3c;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.235)
/* Android */
Color.parseColor("#1ace3c")Accessibility — WCAG contrast
Aa
#1ace3c on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ace3c on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue23.5%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow70.9%
Key (black)19.2%
Color previews
#1ace3c text on a black background
contrast 9.94:1
Card sample
#1ace3c text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ace3c;
Background color
Panel with #1ace3c background
background-color: #1ace3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ace3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ace3c; background: linear-gradient(135deg, #1ace3c, #1ACEB4);