#1fd4ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 212, 255
HSL
192°, 100%, 56%
CMYK
88, 17, 0, 0
Luminance
0.5460
Every format
| HEX | #1fd4ff |
| RGB | rgb(31, 212, 255) |
| HSL | hsl(192, 100%, 56%) |
| CMYK | cmyk(88%, 17%, 0%, 0%) |
| LAB | lab(78.8 -27.4 -32.8) |
| LCH | lch(78.8 42.7 230.2) |
| OKLCH | oklch(0.806 0.143 220.2) |
Copy-ready code
/* CSS */
color: #1fd4ff;
background-color: #1fd4ff;
/* Tailwind (arbitrary) */
class="text-[#1fd4ff] bg-[#1fd4ff]"
/* SCSS */
$brand: #1fd4ff;
/* SwiftUI */
Color(red: 0.122, green: 0.831, blue: 1.000)
/* Android */
Color.parseColor("#1fd4ff")Accessibility — WCAG contrast
Aa
#1fd4ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fd4ff on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green83.1%
Blue100.0%
CMYK percentages
Cyan87.8%
Magenta16.9%
Yellow0.0%
Key (black)0.0%
Color previews
#1fd4ff text on a black background
contrast 11.92:1
Card sample
#1fd4ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fd4ff;
Background color
Panel with #1fd4ff background
background-color: #1fd4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fd4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 212, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 212, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fd4ff; background: linear-gradient(135deg, #1fd4ff, #1F3FFF);