#4015ea
a balanced, electric blue · warm · closest name: blue
RGB
64, 21, 234
HSL
252°, 84%, 50%
CMYK
73, 91, 0, 8
Luminance
0.0757
Every format
| HEX | #4015ea |
| RGB | rgb(64, 21, 234) |
| HSL | hsl(252, 84%, 50%) |
| CMYK | cmyk(73%, 91%, 0%, 8%) |
| LAB | lab(33.1 71.5 -94.7) |
| LCH | lch(33.1 118.6 307.1) |
| OKLCH | oklch(0.456 0.275 275.3) |
Copy-ready code
/* CSS */
color: #4015ea;
background-color: #4015ea;
/* Tailwind (arbitrary) */
class="text-[#4015ea] bg-[#4015ea]"
/* SCSS */
$brand: #4015ea;
/* SwiftUI */
Color(red: 0.251, green: 0.082, blue: 0.918)
/* Android */
Color.parseColor("#4015ea")Accessibility — WCAG contrast
Aa
#4015ea on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4015ea on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green8.2%
Blue91.8%
CMYK percentages
Cyan72.6%
Magenta91.0%
Yellow0.0%
Key (black)8.2%
Color previews
#4015ea text on a black background
contrast 2.51:1
Card sample
#4015ea text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4015ea;
Background color
Panel with #4015ea background
background-color: #4015ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4015ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 21, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 21, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4015ea; background: linear-gradient(135deg, #4015ea, #CE15EA);