#1fd7ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 215, 255
HSL
191°, 100%, 56%
CMYK
88, 16, 0, 0
Luminance
0.5611
Every format
| HEX | #1fd7ff |
| RGB | rgb(31, 215, 255) |
| HSL | hsl(191, 100%, 56%) |
| CMYK | cmyk(88%, 16%, 0%, 0%) |
| LAB | lab(79.7 -28.8 -31.5) |
| LCH | lch(79.7 42.7 227.5) |
| OKLCH | oklch(0.813 0.142 218.3) |
Copy-ready code
/* CSS */
color: #1fd7ff;
background-color: #1fd7ff;
/* Tailwind (arbitrary) */
class="text-[#1fd7ff] bg-[#1fd7ff]"
/* SCSS */
$brand: #1fd7ff;
/* SwiftUI */
Color(red: 0.122, green: 0.843, blue: 1.000)
/* Android */
Color.parseColor("#1fd7ff")Accessibility — WCAG contrast
Aa
#1fd7ff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fd7ff on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green84.3%
Blue100.0%
CMYK percentages
Cyan87.8%
Magenta15.7%
Yellow0.0%
Key (black)0.0%
Color previews
#1fd7ff text on a black background
contrast 12.22:1
Card sample
#1fd7ff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fd7ff;
Background color
Panel with #1fd7ff background
background-color: #1fd7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fd7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 215, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 215, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fd7ff; background: linear-gradient(135deg, #1fd7ff, #1F42FF);