#4010fd
a balanced, electric blue · warm · closest name: blue
RGB
64, 16, 253
HSL
252°, 98%, 53%
CMYK
75, 94, 0, 1
Luminance
0.0855
Every format
| HEX | #4010fd |
| RGB | rgb(64, 16, 253) |
| HSL | hsl(252, 98%, 53%) |
| CMYK | cmyk(75%, 94%, 0%, 1%) |
| LAB | lab(35.1 77.2 -102.0) |
| LCH | lch(35.1 127.9 307.1) |
| OKLCH | oklch(0.476 0.295 273.8) |
Copy-ready code
/* CSS */
color: #4010fd;
background-color: #4010fd;
/* Tailwind (arbitrary) */
class="text-[#4010fd] bg-[#4010fd]"
/* SCSS */
$brand: #4010fd;
/* SwiftUI */
Color(red: 0.251, green: 0.063, blue: 0.992)
/* Android */
Color.parseColor("#4010fd")Accessibility — WCAG contrast
Aa
#4010fd on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4010fd on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green6.3%
Blue99.2%
CMYK percentages
Cyan74.7%
Magenta93.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4010fd text on a black background
contrast 2.71:1
Card sample
#4010fd text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4010fd;
Background color
Panel with #4010fd background
background-color: #4010fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4010fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 16, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 16, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4010fd; background: linear-gradient(135deg, #4010fd, #DE10FD);