#1dfbc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
29, 251, 201
HSL
167°, 97%, 55%
CMYK
88, 0, 20, 2
Luminance
0.7347
Every format
| HEX | #1dfbc9 |
| RGB | rgb(29, 251, 201) |
| HSL | hsl(167, 97%, 55%) |
| CMYK | cmyk(88%, 0%, 20%, 2%) |
| LAB | lab(88.7 -59.9 10.3) |
| LCH | lch(88.7 60.8 170.2) |
| OKLCH | oklch(0.881 0.169 171.1) |
Copy-ready code
/* CSS */
color: #1dfbc9;
background-color: #1dfbc9;
/* Tailwind (arbitrary) */
class="text-[#1dfbc9] bg-[#1dfbc9]"
/* SCSS */
$brand: #1dfbc9;
/* SwiftUI */
Color(red: 0.114, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#1dfbc9")Accessibility — WCAG contrast
Aa
#1dfbc9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfbc9 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan88.4%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#1dfbc9 text on a black background
contrast 15.69:1
Card sample
#1dfbc9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfbc9;
Background color
Panel with #1dfbc9 background
background-color: #1dfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfbc9; background: linear-gradient(135deg, #1dfbc9, #1D99FB);