#4516eb
a balanced, electric blue · warm · closest name: blue
RGB
69, 22, 235
HSL
253°, 84%, 50%
CMYK
71, 91, 0, 8
Luminance
0.0784
Every format
| HEX | #4516eb |
| RGB | rgb(69, 22, 235) |
| HSL | hsl(253, 84%, 50%) |
| CMYK | cmyk(71%, 91%, 0%, 8%) |
| LAB | lab(33.6 71.7 -94.3) |
| LCH | lch(33.6 118.5 307.3) |
| OKLCH | oklch(0.461 0.274 276.7) |
Copy-ready code
/* CSS */
color: #4516eb;
background-color: #4516eb;
/* Tailwind (arbitrary) */
class="text-[#4516eb] bg-[#4516eb]"
/* SCSS */
$brand: #4516eb;
/* SwiftUI */
Color(red: 0.271, green: 0.086, blue: 0.922)
/* Android */
Color.parseColor("#4516eb")Accessibility — WCAG contrast
Aa
#4516eb on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4516eb on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green8.6%
Blue92.2%
CMYK percentages
Cyan70.6%
Magenta90.6%
Yellow0.0%
Key (black)7.8%
Color previews
#4516eb text on a black background
contrast 2.57:1
Card sample
#4516eb text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4516eb;
Background color
Panel with #4516eb background
background-color: #4516eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4516eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 22, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 22, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4516eb; background: linear-gradient(135deg, #4516eb, #D316EB);