#1ba2db
a balanced, electric cyan · cool · closest name: steelblue
RGB
27, 162, 219
HSL
198°, 78%, 48%
CMYK
88, 26, 0, 14
Luminance
0.3119
Every format
| HEX | #1ba2db |
| RGB | rgb(27, 162, 219) |
| HSL | hsl(198, 78%, 48%) |
| CMYK | cmyk(88%, 26%, 0%, 14%) |
| LAB | lab(62.7 -13.8 -38.3) |
| LCH | lch(62.7 40.8 250.1) |
| OKLCH | oklch(0.672 0.134 233.7) |
Copy-ready code
/* CSS */
color: #1ba2db;
background-color: #1ba2db;
/* Tailwind (arbitrary) */
class="text-[#1ba2db] bg-[#1ba2db]"
/* SCSS */
$brand: #1ba2db;
/* SwiftUI */
Color(red: 0.106, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#1ba2db")Accessibility — WCAG contrast
Aa
#1ba2db on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ba2db on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.5%
Blue85.9%
CMYK percentages
Cyan87.7%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#1ba2db text on a black background
contrast 7.24:1
Card sample
#1ba2db text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba2db;
Background color
Panel with #1ba2db background
background-color: #1ba2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba2db; background: linear-gradient(135deg, #1ba2db, #1B22DB);