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