#2222ee
a balanced, electric blue · warm · closest name: blue
RGB
34, 34, 238
HSL
240°, 86%, 53%
CMYK
86, 86, 0, 7
Luminance
0.0766
Every format
| HEX | #2222ee |
| RGB | rgb(34, 34, 238) |
| HSL | hsl(240, 86%, 53%) |
| CMYK | cmyk(86%, 86%, 0%, 7%) |
| LAB | lab(33.3 67.5 -96.7) |
| LCH | lch(33.3 117.9 304.9) |
| OKLCH | oklch(0.454 0.280 267.7) |
Copy-ready code
/* CSS */
color: #2222ee;
background-color: #2222ee;
/* Tailwind (arbitrary) */
class="text-[#2222ee] bg-[#2222ee]"
/* SCSS */
$brand: #2222ee;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#2222ee")Accessibility — WCAG contrast
Aa
#2222ee on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2222ee on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#2222ee text on a black background
contrast 2.53:1
Card sample
#2222ee text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2222ee;
Background color
Panel with #2222ee background
background-color: #2222ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2222ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2222ee; background: linear-gradient(135deg, #2222ee, #AA22EE);