#1cfdab
a balanced, electric green · cool · closest name: aquamarine
RGB
28, 253, 171
HSL
158°, 98%, 55%
CMYK
89, 0, 32, 1
Luminance
0.7344
Every format
| HEX | #1cfdab |
| RGB | rgb(28, 253, 171) |
| HSL | hsl(158, 98%, 55%) |
| CMYK | cmyk(89%, 0%, 32%, 1%) |
| LAB | lab(88.7 -67.4 25.7) |
| LCH | lch(88.7 72.1 159.1) |
| OKLCH | oklch(0.879 0.194 160.4) |
Copy-ready code
/* CSS */
color: #1cfdab;
background-color: #1cfdab;
/* Tailwind (arbitrary) */
class="text-[#1cfdab] bg-[#1cfdab]"
/* SCSS */
$brand: #1cfdab;
/* SwiftUI */
Color(red: 0.110, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#1cfdab")Accessibility — WCAG contrast
Aa
#1cfdab on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfdab on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green99.2%
Blue67.1%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#1cfdab text on a black background
contrast 15.69:1
Card sample
#1cfdab text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfdab;
Background color
Panel with #1cfdab background
background-color: #1cfdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfdab; background: linear-gradient(135deg, #1cfdab, #1CB9FD);