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