#1fbdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 189, 253
HSL
197°, 98%, 56%
CMYK
88, 25, 0, 1
Luminance
0.4378
Every format
| HEX | #1fbdfd |
| RGB | rgb(31, 189, 253) |
| HSL | hsl(197, 98%, 56%) |
| CMYK | cmyk(88%, 25%, 0%, 1%) |
| LAB | lab(72.1 -16.3 -42.2) |
| LCH | lch(72.1 45.2 248.9) |
| OKLCH | oklch(0.752 0.149 232.9) |
Copy-ready code
/* CSS */
color: #1fbdfd;
background-color: #1fbdfd;
/* Tailwind (arbitrary) */
class="text-[#1fbdfd] bg-[#1fbdfd]"
/* SCSS */
$brand: #1fbdfd;
/* SwiftUI */
Color(red: 0.122, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#1fbdfd")Accessibility — WCAG contrast
Aa
#1fbdfd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fbdfd on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green74.1%
Blue99.2%
CMYK percentages
Cyan87.7%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#1fbdfd text on a black background
contrast 9.76:1
Card sample
#1fbdfd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fbdfd;
Background color
Panel with #1fbdfd background
background-color: #1fbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fbdfd; background: linear-gradient(135deg, #1fbdfd, #1F29FD);