#11aaff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
17, 170, 255
HSL
201°, 100%, 53%
CMYK
93, 33, 0, 0
Luminance
0.3609
Every format
| HEX | #11aaff |
| RGB | rgb(17, 170, 255) |
| HSL | hsl(201, 100%, 53%) |
| CMYK | cmyk(93%, 33%, 0%, 0%) |
| LAB | lab(66.6 -5.8 -51.9) |
| LCH | lch(66.6 52.2 263.6) |
| OKLCH | oklch(0.708 0.167 242.6) |
Copy-ready code
/* CSS */
color: #11aaff;
background-color: #11aaff;
/* Tailwind (arbitrary) */
class="text-[#11aaff] bg-[#11aaff]"
/* SCSS */
$brand: #11aaff;
/* SwiftUI */
Color(red: 0.067, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#11aaff")Accessibility — WCAG contrast
Aa
#11aaff on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11aaff on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green66.7%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#11aaff text on a black background
contrast 8.22:1
Card sample
#11aaff text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11aaff;
Background color
Panel with #11aaff background
background-color: #11aaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11aaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11aaff; background: linear-gradient(135deg, #11aaff, #1611FF);