#1baade
a balanced, electric cyan · cool · closest name: steelblue
RGB
27, 170, 222
HSL
196°, 78%, 49%
CMYK
88, 23, 0, 13
Luminance
0.3426
Every format
| HEX | #1baade |
| RGB | rgb(27, 170, 222) |
| HSL | hsl(196, 78%, 49%) |
| CMYK | cmyk(88%, 23%, 0%, 13%) |
| LAB | lab(65.2 -17.1 -36.1) |
| LCH | lch(65.2 39.9 244.6) |
| OKLCH | oklch(0.692 0.133 230.0) |
Copy-ready code
/* CSS */
color: #1baade;
background-color: #1baade;
/* Tailwind (arbitrary) */
class="text-[#1baade] bg-[#1baade]"
/* SCSS */
$brand: #1baade;
/* SwiftUI */
Color(red: 0.106, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#1baade")Accessibility — WCAG contrast
Aa
#1baade on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1baade on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green66.7%
Blue87.1%
CMYK percentages
Cyan87.8%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#1baade text on a black background
contrast 7.85:1
Card sample
#1baade text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1baade;
Background color
Panel with #1baade background
background-color: #1baade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1baade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1baade; background: linear-gradient(135deg, #1baade, #1B28DE);