#2244ee
a balanced, electric blue · warm · closest name: slateblue
RGB
34, 68, 238
HSL
230°, 86%, 53%
CMYK
86, 71, 0, 7
Luminance
0.1065
Every format
| HEX | #2244ee |
| RGB | rgb(34, 68, 238) |
| HSL | hsl(230, 86%, 53%) |
| CMYK | cmyk(86%, 71%, 0%, 7%) |
| LAB | lab(39.0 51.0 -87.2) |
| LCH | lch(39.0 101.0 300.3) |
| OKLCH | oklch(0.495 0.253 266.4) |
Copy-ready code
/* CSS */
color: #2244ee;
background-color: #2244ee;
/* Tailwind (arbitrary) */
class="text-[#2244ee] bg-[#2244ee]"
/* SCSS */
$brand: #2244ee;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#2244ee")Accessibility — WCAG contrast
Aa
#2244ee on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2244ee on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#2244ee text on a black background
contrast 3.13:1
Card sample
#2244ee text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2244ee;
Background color
Panel with #2244ee background
background-color: #2244ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2244ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2244ee; background: linear-gradient(135deg, #2244ee, #8822EE);