#1fdafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 218, 253
HSL
190°, 98%, 56%
CMYK
88, 14, 0, 1
Luminance
0.5753
Every format
| HEX | #1fdafd |
| RGB | rgb(31, 218, 253) |
| HSL | hsl(190, 98%, 56%) |
| CMYK | cmyk(88%, 14%, 0%, 1%) |
| LAB | lab(80.5 -30.9 -29.2) |
| LCH | lch(80.5 42.5 223.4) |
| OKLCH | oklch(0.819 0.141 215.4) |
Copy-ready code
/* CSS */
color: #1fdafd;
background-color: #1fdafd;
/* Tailwind (arbitrary) */
class="text-[#1fdafd] bg-[#1fdafd]"
/* SCSS */
$brand: #1fdafd;
/* SwiftUI */
Color(red: 0.122, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#1fdafd")Accessibility — WCAG contrast
Aa
#1fdafd on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdafd on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green85.5%
Blue99.2%
CMYK percentages
Cyan87.7%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#1fdafd text on a black background
contrast 12.51:1
Card sample
#1fdafd text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdafd;
Background color
Panel with #1fdafd background
background-color: #1fdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdafd; background: linear-gradient(135deg, #1fdafd, #1F46FD);