#4530c3
a balanced, vivid blue · warm · closest name: navy
RGB
69, 48, 195
HSL
249°, 61%, 48%
CMYK
65, 75, 0, 24
Luminance
0.0732
Every format
| HEX | #4530c3 |
| RGB | rgb(69, 48, 195) |
| HSL | hsl(249, 61%, 48%) |
| CMYK | cmyk(65%, 75%, 0%, 24%) |
| LAB | lab(32.5 50.8 -73.0) |
| LCH | lch(32.5 89.0 304.8) |
| OKLCH | oklch(0.441 0.214 279.5) |
Copy-ready code
/* CSS */
color: #4530c3;
background-color: #4530c3;
/* Tailwind (arbitrary) */
class="text-[#4530c3] bg-[#4530c3]"
/* SCSS */
$brand: #4530c3;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.765)
/* Android */
Color.parseColor("#4530c3")Accessibility — WCAG contrast
Aa
#4530c3 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4530c3 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue76.5%
CMYK percentages
Cyan64.6%
Magenta75.4%
Yellow0.0%
Key (black)23.5%
Color previews
#4530c3 text on a black background
contrast 2.46:1
Card sample
#4530c3 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4530c3;
Background color
Panel with #4530c3 background
background-color: #4530c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4530c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4530c3; background: linear-gradient(135deg, #4530c3, #A730C3);