#1bcdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
27, 205, 251
HSL
192°, 97%, 55%
CMYK
89, 18, 0, 2
Luminance
0.5086
Every format
| HEX | #1bcdfb |
| RGB | rgb(27, 205, 251) |
| HSL | hsl(192, 97%, 55%) |
| CMYK | cmyk(89%, 18%, 0%, 2%) |
| LAB | lab(76.6 -25.4 -34.1) |
| LCH | lch(76.6 42.5 233.3) |
| OKLCH | oklch(0.788 0.142 222.3) |
Copy-ready code
/* CSS */
color: #1bcdfb;
background-color: #1bcdfb;
/* Tailwind (arbitrary) */
class="text-[#1bcdfb] bg-[#1bcdfb]"
/* SCSS */
$brand: #1bcdfb;
/* SwiftUI */
Color(red: 0.106, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#1bcdfb")Accessibility — WCAG contrast
Aa
#1bcdfb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bcdfb on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green80.4%
Blue98.4%
CMYK percentages
Cyan89.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#1bcdfb text on a black background
contrast 11.17:1
Card sample
#1bcdfb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bcdfb;
Background color
Panel with #1bcdfb background
background-color: #1bcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bcdfb; background: linear-gradient(135deg, #1bcdfb, #1B38FB);