#1dfdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
29, 253, 206
HSL
167°, 98%, 55%
CMYK
89, 0, 19, 1
Luminance
0.7497
Every format
| HEX | #1dfdce |
| RGB | rgb(29, 253, 206) |
| HSL | hsl(167, 98%, 55%) |
| CMYK | cmyk(89%, 0%, 19%, 1%) |
| LAB | lab(89.4 -59.5 8.8) |
| LCH | lch(89.4 60.1 171.6) |
| OKLCH | oklch(0.887 0.168 172.4) |
Copy-ready code
/* CSS */
color: #1dfdce;
background-color: #1dfdce;
/* Tailwind (arbitrary) */
class="text-[#1dfdce] bg-[#1dfdce]"
/* SCSS */
$brand: #1dfdce;
/* SwiftUI */
Color(red: 0.114, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#1dfdce")Accessibility — WCAG contrast
Aa
#1dfdce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfdce on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green99.2%
Blue80.8%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#1dfdce text on a black background
contrast 15.99:1
Card sample
#1dfdce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfdce;
Background color
Panel with #1dfdce background
background-color: #1dfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfdce; background: linear-gradient(135deg, #1dfdce, #1D97FD);