#1fcdf3
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 205, 243
HSL
191°, 90%, 54%
CMYK
87, 16, 0, 5
Luminance
0.5043
Every format
| HEX | #1fcdf3 |
| RGB | rgb(31, 205, 243) |
| HSL | hsl(191, 90%, 54%) |
| CMYK | cmyk(87%, 16%, 0%, 5%) |
| LAB | lab(76.3 -27.8 -30.2) |
| LCH | lch(76.3 41.1 227.4) |
| OKLCH | oklch(0.785 0.137 218.2) |
Copy-ready code
/* CSS */
color: #1fcdf3;
background-color: #1fcdf3;
/* Tailwind (arbitrary) */
class="text-[#1fcdf3] bg-[#1fcdf3]"
/* SCSS */
$brand: #1fcdf3;
/* SwiftUI */
Color(red: 0.122, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#1fcdf3")Accessibility — WCAG contrast
Aa
#1fcdf3 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcdf3 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green80.4%
Blue95.3%
CMYK percentages
Cyan87.2%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#1fcdf3 text on a black background
contrast 11.09:1
Card sample
#1fcdf3 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcdf3;
Background color
Panel with #1fcdf3 background
background-color: #1fcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcdf3; background: linear-gradient(135deg, #1fcdf3, #1F3FF3);