#1fdfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 223, 255
HSL
189°, 100%, 56%
CMYK
88, 13, 0, 0
Luminance
0.6029
Every format
| HEX | #1fdfff |
| RGB | rgb(31, 223, 255) |
| HSL | hsl(189, 100%, 56%) |
| CMYK | cmyk(88%, 13%, 0%, 0%) |
| LAB | lab(82.0 -32.7 -27.9) |
| LCH | lch(82.0 43.0 220.5) |
| OKLCH | oklch(0.832 0.142 213.3) |
Copy-ready code
/* CSS */
color: #1fdfff;
background-color: #1fdfff;
/* Tailwind (arbitrary) */
class="text-[#1fdfff] bg-[#1fdfff]"
/* SCSS */
$brand: #1fdfff;
/* SwiftUI */
Color(red: 0.122, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#1fdfff")Accessibility — WCAG contrast
Aa
#1fdfff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdfff on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green87.5%
Blue100.0%
CMYK percentages
Cyan87.8%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#1fdfff text on a black background
contrast 13.06:1
Card sample
#1fdfff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdfff;
Background color
Panel with #1fdfff background
background-color: #1fdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdfff; background: linear-gradient(135deg, #1fdfff, #1F4AFF);