#1dfad7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
29, 250, 215
HSL
171°, 96%, 55%
CMYK
88, 0, 14, 2
Luminance
0.7354
Every format
| HEX | #1dfad7 |
| RGB | rgb(29, 250, 215) |
| HSL | hsl(171, 96%, 55%) |
| CMYK | cmyk(88%, 0%, 14%, 2%) |
| LAB | lab(88.7 -56.0 3.1) |
| LCH | lch(88.7 56.1 176.8) |
| OKLCH | oklch(0.882 0.160 177.4) |
Copy-ready code
/* CSS */
color: #1dfad7;
background-color: #1dfad7;
/* Tailwind (arbitrary) */
class="text-[#1dfad7] bg-[#1dfad7]"
/* SCSS */
$brand: #1dfad7;
/* SwiftUI */
Color(red: 0.114, green: 0.980, blue: 0.843)
/* Android */
Color.parseColor("#1dfad7")Accessibility — WCAG contrast
Aa
#1dfad7 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfad7 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green98.0%
Blue84.3%
CMYK percentages
Cyan88.4%
Magenta0.0%
Yellow14.0%
Key (black)2.0%
Color previews
#1dfad7 text on a black background
contrast 15.71:1
Card sample
#1dfad7 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfad7;
Background color
Panel with #1dfad7 background
background-color: #1dfad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 250, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 250, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfad7; background: linear-gradient(135deg, #1dfad7, #1D8AFA);