#1dfdbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
29, 253, 191
HSL
163°, 98%, 55%
CMYK
89, 0, 25, 1
Luminance
0.7427
Every format
| HEX | #1dfdbf |
| RGB | rgb(29, 253, 191) |
| HSL | hsl(163, 98%, 55%) |
| CMYK | cmyk(89%, 0%, 25%, 1%) |
| LAB | lab(89.0 -63.0 16.0) |
| LCH | lch(89.0 65.0 165.7) |
| OKLCH | oklch(0.883 0.178 166.7) |
Copy-ready code
/* CSS */
color: #1dfdbf;
background-color: #1dfdbf;
/* Tailwind (arbitrary) */
class="text-[#1dfdbf] bg-[#1dfdbf]"
/* SCSS */
$brand: #1dfdbf;
/* SwiftUI */
Color(red: 0.114, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#1dfdbf")Accessibility — WCAG contrast
Aa
#1dfdbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfdbf on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green99.2%
Blue74.9%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#1dfdbf text on a black background
contrast 15.85:1
Card sample
#1dfdbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfdbf;
Background color
Panel with #1dfdbf background
background-color: #1dfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfdbf; background: linear-gradient(135deg, #1dfdbf, #1DA6FD);