#4516fd
a balanced, electric blue · warm · closest name: blue
RGB
69, 22, 253
HSL
252°, 98%, 54%
CMYK
73, 91, 0, 1
Luminance
0.0893
Every format
| HEX | #4516fd |
| RGB | rgb(69, 22, 253) |
| HSL | hsl(252, 98%, 54%) |
| CMYK | cmyk(73%, 91%, 0%, 1%) |
| LAB | lab(35.9 76.2 -100.7) |
| LCH | lch(35.9 126.3 307.1) |
| OKLCH | oklch(0.482 0.292 275.1) |
Copy-ready code
/* CSS */
color: #4516fd;
background-color: #4516fd;
/* Tailwind (arbitrary) */
class="text-[#4516fd] bg-[#4516fd]"
/* SCSS */
$brand: #4516fd;
/* SwiftUI */
Color(red: 0.271, green: 0.086, blue: 0.992)
/* Android */
Color.parseColor("#4516fd")Accessibility — WCAG contrast
Aa
#4516fd on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4516fd on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green8.6%
Blue99.2%
CMYK percentages
Cyan72.7%
Magenta91.3%
Yellow0.0%
Key (black)0.8%
Color previews
#4516fd text on a black background
contrast 2.79:1
Card sample
#4516fd text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4516fd;
Background color
Panel with #4516fd background
background-color: #4516fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4516fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 22, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 22, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4516fd; background: linear-gradient(135deg, #4516fd, #DF16FD);