#1ffcfd
a balanced, electric cyan · cool · “cyan”
RGB
31, 252, 253
HSL
180°, 98%, 56%
CMYK
88, 0, 0, 1
Luminance
0.7700
Every format
| HEX | #1ffcfd |
| RGB | rgb(31, 252, 253) |
| HSL | hsl(180, 98%, 56%) |
| CMYK | cmyk(88%, 0%, 0%, 1%) |
| LAB | lab(90.3 -46.5 -14.3) |
| LCH | lch(90.3 48.6 197.1) |
| OKLCH | oklch(0.899 0.150 195.3) |
Copy-ready code
/* CSS */
color: #1ffcfd;
background-color: #1ffcfd;
/* Tailwind (arbitrary) */
class="text-[#1ffcfd] bg-[#1ffcfd]"
/* SCSS */
$brand: #1ffcfd;
/* SwiftUI */
Color(red: 0.122, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#1ffcfd")Accessibility — WCAG contrast
Aa
#1ffcfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ffcfd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan87.7%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#1ffcfd text on a black background
contrast 16.40:1
Card sample
#1ffcfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ffcfd;
Background color
Panel with #1ffcfd background
background-color: #1ffcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ffcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ffcfd; background: linear-gradient(135deg, #1ffcfd, #1F68FD);