#1cbafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 186, 253
HSL
198°, 98%, 55%
CMYK
89, 27, 0, 1
Luminance
0.4246
Every format
| HEX | #1cbafd |
| RGB | rgb(28, 186, 253) |
| HSL | hsl(198, 98%, 55%) |
| CMYK | cmyk(89%, 27%, 0%, 1%) |
| LAB | lab(71.2 -14.8 -43.6) |
| LCH | lch(71.2 46.0 251.2) |
| OKLCH | oklch(0.745 0.152 234.4) |
Copy-ready code
/* CSS */
color: #1cbafd;
background-color: #1cbafd;
/* Tailwind (arbitrary) */
class="text-[#1cbafd] bg-[#1cbafd]"
/* SCSS */
$brand: #1cbafd;
/* SwiftUI */
Color(red: 0.110, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#1cbafd")Accessibility — WCAG contrast
Aa
#1cbafd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cbafd on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green72.9%
Blue99.2%
CMYK percentages
Cyan88.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#1cbafd text on a black background
contrast 9.49:1
Card sample
#1cbafd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cbafd;
Background color
Panel with #1cbafd background
background-color: #1cbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cbafd; background: linear-gradient(135deg, #1cbafd, #1C24FD);