#1dfbee
a balanced, electric cyan · cool · closest name: cyan
RGB
29, 251, 238
HSL
177°, 97%, 55%
CMYK
88, 0, 5, 2
Luminance
0.7543
Every format
| HEX | #1dfbee |
| RGB | rgb(29, 251, 238) |
| HSL | hsl(177, 97%, 55%) |
| CMYK | cmyk(88%, 0%, 5%, 2%) |
| LAB | lab(89.6 -50.4 -7.5) |
| LCH | lch(89.6 50.9 188.5) |
| OKLCH | oklch(0.892 0.152 188.0) |
Copy-ready code
/* CSS */
color: #1dfbee;
background-color: #1dfbee;
/* Tailwind (arbitrary) */
class="text-[#1dfbee] bg-[#1dfbee]"
/* SCSS */
$brand: #1dfbee;
/* SwiftUI */
Color(red: 0.114, green: 0.984, blue: 0.933)
/* Android */
Color.parseColor("#1dfbee")Accessibility — WCAG contrast
Aa
#1dfbee on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfbee on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green98.4%
Blue93.3%
CMYK percentages
Cyan88.4%
Magenta0.0%
Yellow5.2%
Key (black)1.6%
Color previews
#1dfbee text on a black background
contrast 16.09:1
Card sample
#1dfbee text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfbee;
Background color
Panel with #1dfbee background
background-color: #1dfbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 251, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 251, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfbee; background: linear-gradient(135deg, #1dfbee, #1D74FB);