#1ba6eb
a balanced, electric cyan · cool · closest name: steelblue
RGB
27, 166, 235
HSL
200°, 84%, 51%
CMYK
89, 29, 0, 8
Luminance
0.3350
Every format
| HEX | #1ba6eb |
| RGB | rgb(27, 166, 235) |
| HSL | hsl(200, 84%, 51%) |
| CMYK | cmyk(89%, 29%, 0%, 8%) |
| LAB | lab(64.6 -10.3 -44.2) |
| LCH | lch(64.6 45.4 256.8) |
| OKLCH | oklch(0.689 0.147 238.2) |
Copy-ready code
/* CSS */
color: #1ba6eb;
background-color: #1ba6eb;
/* Tailwind (arbitrary) */
class="text-[#1ba6eb] bg-[#1ba6eb]"
/* SCSS */
$brand: #1ba6eb;
/* SwiftUI */
Color(red: 0.106, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#1ba6eb")Accessibility — WCAG contrast
Aa
#1ba6eb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ba6eb on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green65.1%
Blue92.2%
CMYK percentages
Cyan88.5%
Magenta29.4%
Yellow0.0%
Key (black)7.8%
Color previews
#1ba6eb text on a black background
contrast 7.70:1
Card sample
#1ba6eb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba6eb;
Background color
Panel with #1ba6eb background
background-color: #1ba6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba6eb; background: linear-gradient(135deg, #1ba6eb, #1B1BEB);