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