#2211ee
a balanced, electric blue · warm · closest name: blue
RGB
34, 17, 238
HSL
245°, 87%, 50%
CMYK
86, 93, 0, 7
Luminance
0.0691
Every format
| HEX | #2211ee |
| RGB | rgb(34, 17, 238) |
| HSL | hsl(245, 87%, 50%) |
| CMYK | cmyk(86%, 93%, 0%, 7%) |
| LAB | lab(31.6 72.5 -99.4) |
| LCH | lch(31.6 123.0 306.1) |
| OKLCH | oklch(0.443 0.287 267.9) |
Copy-ready code
/* CSS */
color: #2211ee;
background-color: #2211ee;
/* Tailwind (arbitrary) */
class="text-[#2211ee] bg-[#2211ee]"
/* SCSS */
$brand: #2211ee;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#2211ee")Accessibility — WCAG contrast
Aa
#2211ee on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2211ee on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#2211ee text on a black background
contrast 2.38:1
Card sample
#2211ee text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2211ee;
Background color
Panel with #2211ee background
background-color: #2211ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2211ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2211ee; background: linear-gradient(135deg, #2211ee, #B511EE);