#1ccafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 202, 253
HSL
194°, 98%, 55%
CMYK
89, 20, 0, 1
Luminance
0.4958
Every format
| HEX | #1ccafd |
| RGB | rgb(28, 202, 253) |
| HSL | hsl(194, 98%, 55%) |
| CMYK | cmyk(89%, 20%, 0%, 1%) |
| LAB | lab(75.8 -23.2 -36.4) |
| LCH | lch(75.8 43.1 237.5) |
| OKLCH | oklch(0.782 0.144 225.2) |
Copy-ready code
/* CSS */
color: #1ccafd;
background-color: #1ccafd;
/* Tailwind (arbitrary) */
class="text-[#1ccafd] bg-[#1ccafd]"
/* SCSS */
$brand: #1ccafd;
/* SwiftUI */
Color(red: 0.110, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#1ccafd")Accessibility — WCAG contrast
Aa
#1ccafd on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ccafd on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green79.2%
Blue99.2%
CMYK percentages
Cyan88.9%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#1ccafd text on a black background
contrast 10.92:1
Card sample
#1ccafd text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ccafd;
Background color
Panel with #1ccafd background
background-color: #1ccafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ccafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ccafd; background: linear-gradient(135deg, #1ccafd, #1C34FD);