#1ace7f
a balanced, electric green · cool · closest name: aquamarine
RGB
26, 206, 127
HSL
154°, 78%, 46%
CMYK
87, 0, 38, 19
Luminance
0.4589
Every format
| HEX | #1ace7f |
| RGB | rgb(26, 206, 127) |
| HSL | hsl(154, 78%, 46%) |
| CMYK | cmyk(87%, 0%, 38%, 19%) |
| LAB | lab(73.5 -59.7 27.8) |
| LCH | lch(73.5 65.9 155.1) |
| OKLCH | oklch(0.751 0.175 156.7) |
Copy-ready code
/* CSS */
color: #1ace7f;
background-color: #1ace7f;
/* Tailwind (arbitrary) */
class="text-[#1ace7f] bg-[#1ace7f]"
/* SCSS */
$brand: #1ace7f;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#1ace7f")Accessibility — WCAG contrast
Aa
#1ace7f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ace7f on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue49.8%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow38.3%
Key (black)19.2%
Color previews
#1ace7f text on a black background
contrast 10.18:1
Card sample
#1ace7f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ace7f;
Background color
Panel with #1ace7f background
background-color: #1ace7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ace7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ace7f; background: linear-gradient(135deg, #1ace7f, #1AA5CE);