#11aefd
a balanced, electric blue · cool · closest name: steelblue
RGB
17, 174, 253
HSL
200°, 98%, 53%
CMYK
93, 31, 0, 1
Luminance
0.3748
Every format
| HEX | #11aefd |
| RGB | rgb(17, 174, 253) |
| HSL | hsl(200, 98%, 53%) |
| CMYK | cmyk(93%, 31%, 0%, 1%) |
| LAB | lab(67.6 -8.8 -49.2) |
| LCH | lch(67.6 49.9 259.9) |
| OKLCH | oklch(0.716 0.161 240.1) |
Copy-ready code
/* CSS */
color: #11aefd;
background-color: #11aefd;
/* Tailwind (arbitrary) */
class="text-[#11aefd] bg-[#11aefd]"
/* SCSS */
$brand: #11aefd;
/* SwiftUI */
Color(red: 0.067, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#11aefd")Accessibility — WCAG contrast
Aa
#11aefd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11aefd on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan93.3%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#11aefd text on a black background
contrast 8.50:1
Card sample
#11aefd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11aefd;
Background color
Panel with #11aefd background
background-color: #11aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11aefd; background: linear-gradient(135deg, #11aefd, #1111FD);