#4530ff
a balanced, electric blue · warm · closest name: blue
RGB
69, 48, 255
HSL
246°, 100%, 59%
CMYK
73, 81, 0, 0
Luminance
0.1060
Every format
| HEX | #4530ff |
| RGB | rgb(69, 48, 255) |
| HSL | hsl(246, 100%, 59%) |
| CMYK | cmyk(73%, 81%, 0%, 0%) |
| LAB | lab(38.9 68.3 -96.8) |
| LCH | lch(38.9 118.5 305.2) |
| OKLCH | oklch(0.504 0.281 274.1) |
Copy-ready code
/* CSS */
color: #4530ff;
background-color: #4530ff;
/* Tailwind (arbitrary) */
class="text-[#4530ff] bg-[#4530ff]"
/* SCSS */
$brand: #4530ff;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 1.000)
/* Android */
Color.parseColor("#4530ff")Accessibility — WCAG contrast
Aa
#4530ff on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4530ff on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue100.0%
CMYK percentages
Cyan72.9%
Magenta81.2%
Yellow0.0%
Key (black)0.0%
Color previews
#4530ff text on a black background
contrast 3.12:1
Card sample
#4530ff text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4530ff;
Background color
Panel with #4530ff background
background-color: #4530ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4530ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4530ff; background: linear-gradient(135deg, #4530ff, #CF30FF);