#1dfcfd
a balanced, electric cyan · cool · “cyan”
RGB
29, 252, 253
HSL
180°, 98%, 55%
CMYK
89, 0, 0, 1
Luminance
0.7697
Every format
| HEX | #1dfcfd |
| RGB | rgb(29, 252, 253) |
| HSL | hsl(180, 98%, 55%) |
| CMYK | cmyk(89%, 0%, 0%, 1%) |
| LAB | lab(90.3 -46.6 -14.3) |
| LCH | lch(90.3 48.7 197.1) |
| OKLCH | oklch(0.899 0.151 195.3) |
Copy-ready code
/* CSS */
color: #1dfcfd;
background-color: #1dfcfd;
/* Tailwind (arbitrary) */
class="text-[#1dfcfd] bg-[#1dfcfd]"
/* SCSS */
$brand: #1dfcfd;
/* SwiftUI */
Color(red: 0.114, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#1dfcfd")Accessibility — WCAG contrast
Aa
#1dfcfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfcfd on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green98.8%
Blue99.2%
CMYK percentages
Cyan88.5%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#1dfcfd text on a black background
contrast 16.39:1
Card sample
#1dfcfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfcfd;
Background color
Panel with #1dfcfd background
background-color: #1dfcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfcfd; background: linear-gradient(135deg, #1dfcfd, #1D67FD);