#0011ee
a balanced, electric blue · warm · closest name: blue
RGB
0, 17, 238
HSL
236°, 100%, 47%
CMYK
100, 93, 0, 7
Luminance
0.0657
Every format
| HEX | #0011ee |
| RGB | rgb(0, 17, 238) |
| HSL | hsl(236, 100%, 47%) |
| CMYK | cmyk(100%, 93%, 0%, 7%) |
| LAB | lab(30.8 72.2 -100.8) |
| LCH | lch(30.8 123.9 305.6) |
| OKLCH | oklch(0.436 0.293 264.1) |
Copy-ready code
/* CSS */
color: #0011ee;
background-color: #0011ee;
/* Tailwind (arbitrary) */
class="text-[#0011ee] bg-[#0011ee]"
/* SCSS */
$brand: #0011ee;
/* SwiftUI */
Color(red: 0.000, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#0011ee")Accessibility — WCAG contrast
Aa
#0011ee on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0011ee on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.7%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#0011ee text on a black background
contrast 2.31:1
Card sample
#0011ee text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0011ee;
Background color
Panel with #0011ee background
background-color: #0011ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0011ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0011ee; background: linear-gradient(135deg, #0011ee, #8E00EE);