#1ace5f
a balanced, electric green · cool · closest name: forestgreen
RGB
26, 206, 95
HSL
143°, 78%, 46%
CMYK
87, 0, 54, 19
Luminance
0.4519
Every format
| HEX | #1ace5f |
| RGB | rgb(26, 206, 95) |
| HSL | hsl(143, 78%, 46%) |
| CMYK | cmyk(87%, 0%, 54%, 19%) |
| LAB | lab(73.0 -65.2 43.2) |
| LCH | lch(73.0 78.2 146.5) |
| OKLCH | oklch(0.746 0.203 149.3) |
Copy-ready code
/* CSS */
color: #1ace5f;
background-color: #1ace5f;
/* Tailwind (arbitrary) */
class="text-[#1ace5f] bg-[#1ace5f]"
/* SCSS */
$brand: #1ace5f;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.373)
/* Android */
Color.parseColor("#1ace5f")Accessibility — WCAG contrast
Aa
#1ace5f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ace5f on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue37.3%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow53.9%
Key (black)19.2%
Color previews
#1ace5f text on a black background
contrast 10.04:1
Card sample
#1ace5f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ace5f;
Background color
Panel with #1ace5f background
background-color: #1ace5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ace5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ace5f; background: linear-gradient(135deg, #1ace5f, #1AC5CE);