#1122ee
a balanced, electric blue · warm · closest name: blue
RGB
17, 34, 238
HSL
235°, 87%, 50%
CMYK
93, 86, 0, 7
Luminance
0.0744
Every format
| HEX | #1122ee |
| RGB | rgb(17, 34, 238) |
| HSL | hsl(235, 87%, 50%) |
| CMYK | cmyk(93%, 86%, 0%, 7%) |
| LAB | lab(32.8 67.2 -97.5) |
| LCH | lch(32.8 118.4 304.6) |
| OKLCH | oklch(0.450 0.283 265.5) |
Copy-ready code
/* CSS */
color: #1122ee;
background-color: #1122ee;
/* Tailwind (arbitrary) */
class="text-[#1122ee] bg-[#1122ee]"
/* SCSS */
$brand: #1122ee;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#1122ee")Accessibility — WCAG contrast
Aa
#1122ee on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1122ee on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#1122ee text on a black background
contrast 2.49:1
Card sample
#1122ee text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1122ee;
Background color
Panel with #1122ee background
background-color: #1122ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1122ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1122ee; background: linear-gradient(135deg, #1122ee, #9311EE);