#1dfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
29, 252, 235
HSL
175°, 97%, 55%
CMYK
89, 0, 7, 1
Luminance
0.7588
Every format
| HEX | #1dfceb |
| RGB | rgb(29, 252, 235) |
| HSL | hsl(175, 97%, 55%) |
| CMYK | cmyk(89%, 0%, 7%, 1%) |
| LAB | lab(89.8 -51.6 -5.7) |
| LCH | lch(89.8 51.9 186.3) |
| OKLCH | oklch(0.893 0.154 186.1) |
Copy-ready code
/* CSS */
color: #1dfceb;
background-color: #1dfceb;
/* Tailwind (arbitrary) */
class="text-[#1dfceb] bg-[#1dfceb]"
/* SCSS */
$brand: #1dfceb;
/* SwiftUI */
Color(red: 0.114, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#1dfceb")Accessibility — WCAG contrast
Aa
#1dfceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfceb on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#1dfceb text on a black background
contrast 16.18:1
Card sample
#1dfceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfceb;
Background color
Panel with #1dfceb background
background-color: #1dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfceb; background: linear-gradient(135deg, #1dfceb, #1D78FC);