#1da0eb
a balanced, electric blue · cool · closest name: steelblue
RGB
29, 160, 235
HSL
202°, 84%, 52%
CMYK
88, 32, 0, 8
Luminance
0.3140
Every format
| HEX | #1da0eb |
| RGB | rgb(29, 160, 235) |
| HSL | hsl(202, 84%, 52%) |
| CMYK | cmyk(88%, 32%, 0%, 8%) |
| LAB | lab(62.8 -6.9 -46.9) |
| LCH | lch(62.8 47.4 261.7) |
| OKLCH | oklch(0.676 0.152 241.5) |
Copy-ready code
/* CSS */
color: #1da0eb;
background-color: #1da0eb;
/* Tailwind (arbitrary) */
class="text-[#1da0eb] bg-[#1da0eb]"
/* SCSS */
$brand: #1da0eb;
/* SwiftUI */
Color(red: 0.114, green: 0.627, blue: 0.922)
/* Android */
Color.parseColor("#1da0eb")Accessibility — WCAG contrast
Aa
#1da0eb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1da0eb on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green62.7%
Blue92.2%
CMYK percentages
Cyan87.7%
Magenta31.9%
Yellow0.0%
Key (black)7.8%
Color previews
#1da0eb text on a black background
contrast 7.28:1
Card sample
#1da0eb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1da0eb;
Background color
Panel with #1da0eb background
background-color: #1da0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1da0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 160, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 160, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1da0eb; background: linear-gradient(135deg, #1da0eb, #231DEB);