#4530df
a balanced, vivid blue · warm · closest name: blue
RGB
69, 48, 223
HSL
247°, 73%, 53%
CMYK
69, 79, 0, 13
Luminance
0.0871
Every format
| HEX | #4530df |
| RGB | rgb(69, 48, 223) |
| HSL | hsl(247, 73%, 53%) |
| CMYK | cmyk(69%, 79%, 0%, 13%) |
| LAB | lab(35.4 59.1 -84.5) |
| LCH | lch(35.4 103.1 305.0) |
| OKLCH | oklch(0.469 0.246 276.6) |
Copy-ready code
/* CSS */
color: #4530df;
background-color: #4530df;
/* Tailwind (arbitrary) */
class="text-[#4530df] bg-[#4530df]"
/* SCSS */
$brand: #4530df;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#4530df")Accessibility — WCAG contrast
Aa
#4530df on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4530df on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#4530df text on a black background
contrast 2.74:1
Card sample
#4530df text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4530df;
Background color
Panel with #4530df background
background-color: #4530df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4530df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4530df; background: linear-gradient(135deg, #4530df, #BA30DF);