#4641fd
a balanced, electric blue · warm · closest name: blue
RGB
70, 65, 253
HSL
242°, 98%, 62%
CMYK
72, 74, 0, 1
Luminance
0.1217
Every format
| HEX | #4641fd |
| RGB | rgb(70, 65, 253) |
| HSL | hsl(242, 98%, 62%) |
| CMYK | cmyk(72%, 74%, 0%, 1%) |
| LAB | lab(41.5 59.9 -91.4) |
| LCH | lch(41.5 109.2 303.2) |
| OKLCH | oklch(0.521 0.265 273.4) |
Copy-ready code
/* CSS */
color: #4641fd;
background-color: #4641fd;
/* Tailwind (arbitrary) */
class="text-[#4641fd] bg-[#4641fd]"
/* SCSS */
$brand: #4641fd;
/* SwiftUI */
Color(red: 0.275, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#4641fd")Accessibility — WCAG contrast
Aa
#4641fd on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4641fd on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green25.5%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#4641fd text on a black background
contrast 3.43:1
Card sample
#4641fd text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4641fd;
Background color
Panel with #4641fd background
background-color: #4641fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4641fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4641fd; background: linear-gradient(135deg, #4641fd, #C341FD);