#4530ba
a balanced, vivid blue · warm · closest name: navy
RGB
69, 48, 186
HSL
249°, 59%, 46%
CMYK
63, 74, 0, 27
Luminance
0.0692
Every format
| HEX | #4530ba |
| RGB | rgb(69, 48, 186) |
| HSL | hsl(249, 59%, 46%) |
| CMYK | cmyk(63%, 74%, 0%, 27%) |
| LAB | lab(31.6 48.1 -69.2) |
| LCH | lch(31.6 84.2 304.8) |
| OKLCH | oklch(0.432 0.203 280.6) |
Copy-ready code
/* CSS */
color: #4530ba;
background-color: #4530ba;
/* Tailwind (arbitrary) */
class="text-[#4530ba] bg-[#4530ba]"
/* SCSS */
$brand: #4530ba;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.729)
/* Android */
Color.parseColor("#4530ba")Accessibility — WCAG contrast
Aa
#4530ba on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4530ba on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue72.9%
CMYK percentages
Cyan62.9%
Magenta74.2%
Yellow0.0%
Key (black)27.1%
Color previews
#4530ba text on a black background
contrast 2.38:1
Card sample
#4530ba text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4530ba;
Background color
Panel with #4530ba background
background-color: #4530ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4530ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4530ba; background: linear-gradient(135deg, #4530ba, #A130BA);