#4529df
a balanced, vivid blue · warm · closest name: blue
RGB
69, 41, 223
HSL
249°, 74%, 52%
CMYK
69, 82, 0, 13
Luminance
0.0818
Every format
| HEX | #4529df |
| RGB | rgb(69, 41, 223) |
| HSL | hsl(249, 74%, 52%) |
| CMYK | cmyk(69%, 82%, 0%, 13%) |
| LAB | lab(34.4 62.3 -86.2) |
| LCH | lch(34.4 106.3 305.8) |
| OKLCH | oklch(0.462 0.251 277.1) |
Copy-ready code
/* CSS */
color: #4529df;
background-color: #4529df;
/* Tailwind (arbitrary) */
class="text-[#4529df] bg-[#4529df]"
/* SCSS */
$brand: #4529df;
/* SwiftUI */
Color(red: 0.271, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#4529df")Accessibility — WCAG contrast
Aa
#4529df on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4529df on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green16.1%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4529df text on a black background
contrast 2.64:1
Card sample
#4529df text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4529df;
Background color
Panel with #4529df background
background-color: #4529df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4529df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4529df; background: linear-gradient(135deg, #4529df, #BE29DF);