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