#4530f8
a balanced, electric blue · warm · closest name: blue
RGB
69, 48, 248
HSL
246°, 94%, 58%
CMYK
72, 81, 0, 3
Luminance
0.1016
Every format
| HEX | #4530f8 |
| RGB | rgb(69, 48, 248) |
| HSL | hsl(246, 94%, 58%) |
| CMYK | cmyk(72%, 81%, 0%, 3%) |
| LAB | lab(38.1 66.3 -94.2) |
| LCH | lch(38.1 115.2 305.2) |
| OKLCH | oklch(0.496 0.273 274.6) |
Copy-ready code
/* CSS */
color: #4530f8;
background-color: #4530f8;
/* Tailwind (arbitrary) */
class="text-[#4530f8] bg-[#4530f8]"
/* SCSS */
$brand: #4530f8;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.973)
/* Android */
Color.parseColor("#4530f8")Accessibility — WCAG contrast
Aa
#4530f8 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4530f8 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue97.3%
CMYK percentages
Cyan72.2%
Magenta80.6%
Yellow0.0%
Key (black)2.7%
Color previews
#4530f8 text on a black background
contrast 3.03:1
Card sample
#4530f8 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4530f8;
Background color
Panel with #4530f8 background
background-color: #4530f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4530f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4530f8; background: linear-gradient(135deg, #4530f8, #CA30F8);