#2a0eee
a balanced, electric blue · warm · closest name: blue
RGB
42, 14, 238
HSL
248°, 89%, 49%
CMYK
82, 94, 0, 7
Luminance
0.0698
Every format
| HEX | #2a0eee |
| RGB | rgb(42, 14, 238) |
| HSL | hsl(248, 89%, 49%) |
| CMYK | cmyk(82%, 94%, 0%, 7%) |
| LAB | lab(31.8 73.3 -99.1) |
| LCH | lch(31.8 123.3 306.5) |
| OKLCH | oklch(0.445 0.286 269.5) |
Copy-ready code
/* CSS */
color: #2a0eee;
background-color: #2a0eee;
/* Tailwind (arbitrary) */
class="text-[#2a0eee] bg-[#2a0eee]"
/* SCSS */
$brand: #2a0eee;
/* SwiftUI */
Color(red: 0.165, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#2a0eee")Accessibility — WCAG contrast
Aa
#2a0eee on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a0eee on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green5.5%
Blue93.3%
CMYK percentages
Cyan82.4%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#2a0eee text on a black background
contrast 2.40:1
Card sample
#2a0eee text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a0eee;
Background color
Panel with #2a0eee background
background-color: #2a0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a0eee; background: linear-gradient(135deg, #2a0eee, #BF0EEE);