#3452eb
a balanced, electric blue · warm · closest name: royalblue
RGB
52, 82, 235
HSL
230°, 82%, 56%
CMYK
78, 65, 0, 8
Luminance
0.1276
Every format
| HEX | #3452eb |
| RGB | rgb(52, 82, 235) |
| HSL | hsl(230, 82%, 56%) |
| CMYK | cmyk(78%, 65%, 0%, 8%) |
| LAB | lab(42.4 42.8 -79.8) |
| LCH | lch(42.4 90.5 298.2) |
| OKLCH | oklch(0.520 0.231 268.1) |
Copy-ready code
/* CSS */
color: #3452eb;
background-color: #3452eb;
/* Tailwind (arbitrary) */
class="text-[#3452eb] bg-[#3452eb]"
/* SCSS */
$brand: #3452eb;
/* SwiftUI */
Color(red: 0.204, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#3452eb")Accessibility — WCAG contrast
Aa
#3452eb on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3452eb on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green32.2%
Blue92.2%
CMYK percentages
Cyan77.9%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#3452eb text on a black background
contrast 3.55:1
Card sample
#3452eb text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3452eb;
Background color
Panel with #3452eb background
background-color: #3452eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3452eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3452eb; background: linear-gradient(135deg, #3452eb, #9034EB);