#1bcef1
a balanced, electric cyan · cool · closest name: skyblue
RGB
27, 206, 241
HSL
190°, 88%, 53%
CMYK
89, 15, 0, 6
Luminance
0.5073
Every format
| HEX | #1bcef1 |
| RGB | rgb(27, 206, 241) |
| HSL | hsl(190, 88%, 53%) |
| CMYK | cmyk(89%, 15%, 0%, 6%) |
| LAB | lab(76.5 -29.1 -28.9) |
| LCH | lch(76.5 41.0 224.7) |
| OKLCH | oklch(0.786 0.136 216.3) |
Copy-ready code
/* CSS */
color: #1bcef1;
background-color: #1bcef1;
/* Tailwind (arbitrary) */
class="text-[#1bcef1] bg-[#1bcef1]"
/* SCSS */
$brand: #1bcef1;
/* SwiftUI */
Color(red: 0.106, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#1bcef1")Accessibility — WCAG contrast
Aa
#1bcef1 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bcef1 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green80.8%
Blue94.5%
CMYK percentages
Cyan88.8%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#1bcef1 text on a black background
contrast 11.15:1
Card sample
#1bcef1 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bcef1;
Background color
Panel with #1bcef1 background
background-color: #1bcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bcef1; background: linear-gradient(135deg, #1bcef1, #1B3FF1);