#4516df
a balanced, electric blue · warm · closest name: blue
RGB
69, 22, 223
HSL
254°, 82%, 48%
CMYK
69, 90, 0, 13
Luminance
0.0717
Every format
| HEX | #4516df |
| RGB | rgb(69, 22, 223) |
| HSL | hsl(254, 82%, 48%) |
| CMYK | cmyk(69%, 90%, 0%, 13%) |
| LAB | lab(32.2 68.7 -89.8) |
| LCH | lch(32.2 113.1 307.4) |
| OKLCH | oklch(0.447 0.262 278.0) |
Copy-ready code
/* CSS */
color: #4516df;
background-color: #4516df;
/* Tailwind (arbitrary) */
class="text-[#4516df] bg-[#4516df]"
/* SCSS */
$brand: #4516df;
/* SwiftUI */
Color(red: 0.271, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#4516df")Accessibility — WCAG contrast
Aa
#4516df on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4516df on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green8.6%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4516df text on a black background
contrast 2.43:1
Card sample
#4516df text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4516df;
Background color
Panel with #4516df background
background-color: #4516df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4516df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4516df; background: linear-gradient(135deg, #4516df, #CB16DF);