#1fcdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 205, 251
HSL
193°, 97%, 55%
CMYK
88, 18, 0, 2
Luminance
0.5092
Every format
| HEX | #1fcdfb |
| RGB | rgb(31, 205, 251) |
| HSL | hsl(193, 97%, 55%) |
| CMYK | cmyk(88%, 18%, 0%, 2%) |
| LAB | lab(76.6 -25.2 -34.0) |
| LCH | lch(76.6 42.3 233.5) |
| OKLCH | oklch(0.788 0.142 222.5) |
Copy-ready code
/* CSS */
color: #1fcdfb;
background-color: #1fcdfb;
/* Tailwind (arbitrary) */
class="text-[#1fcdfb] bg-[#1fcdfb]"
/* SCSS */
$brand: #1fcdfb;
/* SwiftUI */
Color(red: 0.122, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#1fcdfb")Accessibility — WCAG contrast
Aa
#1fcdfb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcdfb on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan87.6%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#1fcdfb text on a black background
contrast 11.18:1
Card sample
#1fcdfb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcdfb;
Background color
Panel with #1fcdfb background
background-color: #1fcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcdfb; background: linear-gradient(135deg, #1fcdfb, #1F3BFB);