#1decfd
a balanced, electric cyan · cool · closest name: cyan
RGB
29, 236, 253
HSL
185°, 98%, 55%
CMYK
89, 7, 0, 1
Luminance
0.6734
Every format
| HEX | #1decfd |
| RGB | rgb(29, 236, 253) |
| HSL | hsl(185, 98%, 55%) |
| CMYK | cmyk(89%, 7%, 0%, 1%) |
| LAB | lab(85.7 -39.5 -21.3) |
| LCH | lch(85.7 44.8 208.3) |
| OKLCH | oklch(0.861 0.144 204.3) |
Copy-ready code
/* CSS */
color: #1decfd;
background-color: #1decfd;
/* Tailwind (arbitrary) */
class="text-[#1decfd] bg-[#1decfd]"
/* SCSS */
$brand: #1decfd;
/* SwiftUI */
Color(red: 0.114, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#1decfd")Accessibility — WCAG contrast
Aa
#1decfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1decfd on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green92.5%
Blue99.2%
CMYK percentages
Cyan88.5%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#1decfd text on a black background
contrast 14.47:1
Card sample
#1decfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1decfd;
Background color
Panel with #1decfd background
background-color: #1decfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1decfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1decfd; background: linear-gradient(135deg, #1decfd, #1D57FD);