#1bafdc
a balanced, electric cyan · cool · closest name: skyblue
RGB
27, 175, 220
HSL
194°, 78%, 48%
CMYK
88, 21, 0, 14
Luminance
0.3606
Every format
| HEX | #1bafdc |
| RGB | rgb(27, 175, 220) |
| HSL | hsl(194, 78%, 48%) |
| CMYK | cmyk(88%, 21%, 0%, 14%) |
| LAB | lab(66.6 -20.4 -32.8) |
| LCH | lch(66.6 38.7 238.1) |
| OKLCH | oklch(0.703 0.129 225.6) |
Copy-ready code
/* CSS */
color: #1bafdc;
background-color: #1bafdc;
/* Tailwind (arbitrary) */
class="text-[#1bafdc] bg-[#1bafdc]"
/* SCSS */
$brand: #1bafdc;
/* SwiftUI */
Color(red: 0.106, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#1bafdc")Accessibility — WCAG contrast
Aa
#1bafdc on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bafdc on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green68.6%
Blue86.3%
CMYK percentages
Cyan87.7%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#1bafdc text on a black background
contrast 8.21:1
Card sample
#1bafdc text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bafdc;
Background color
Panel with #1bafdc background
background-color: #1bafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bafdc; background: linear-gradient(135deg, #1bafdc, #1B2EDC);