#1fcdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 205, 253
HSL
193°, 98%, 56%
CMYK
88, 19, 0, 1
Luminance
0.5105
Every format
| HEX | #1fcdfd |
| RGB | rgb(31, 205, 253) |
| HSL | hsl(193, 98%, 56%) |
| CMYK | cmyk(88%, 19%, 0%, 1%) |
| LAB | lab(76.7 -24.5 -35.0) |
| LCH | lch(76.7 42.7 235.0) |
| OKLCH | oklch(0.789 0.143 223.5) |
Copy-ready code
/* CSS */
color: #1fcdfd;
background-color: #1fcdfd;
/* Tailwind (arbitrary) */
class="text-[#1fcdfd] bg-[#1fcdfd]"
/* SCSS */
$brand: #1fcdfd;
/* SwiftUI */
Color(red: 0.122, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#1fcdfd")Accessibility — WCAG contrast
Aa
#1fcdfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcdfd on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green80.4%
Blue99.2%
CMYK percentages
Cyan87.7%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#1fcdfd text on a black background
contrast 11.21:1
Card sample
#1fcdfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcdfd;
Background color
Panel with #1fcdfd background
background-color: #1fcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcdfd; background: linear-gradient(135deg, #1fcdfd, #1F39FD);