#3452fd
a balanced, electric blue · warm · closest name: royalblue
RGB
52, 82, 253
HSL
231°, 98%, 60%
CMYK
79, 68, 0, 1
Luminance
0.1386
Every format
| HEX | #3452fd |
| RGB | rgb(52, 82, 253) |
| HSL | hsl(231, 98%, 60%) |
| CMYK | cmyk(79%, 68%, 0%, 1%) |
| LAB | lab(44.0 49.0 -87.2) |
| LCH | lch(44.0 100.0 299.3) |
| OKLCH | oklch(0.537 0.253 268.0) |
Copy-ready code
/* CSS */
color: #3452fd;
background-color: #3452fd;
/* Tailwind (arbitrary) */
class="text-[#3452fd] bg-[#3452fd]"
/* SCSS */
$brand: #3452fd;
/* SwiftUI */
Color(red: 0.204, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#3452fd")Accessibility — WCAG contrast
Aa
#3452fd on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3452fd on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green32.2%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#3452fd text on a black background
contrast 3.77:1
Card sample
#3452fd text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3452fd;
Background color
Panel with #3452fd background
background-color: #3452fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3452fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3452fd; background: linear-gradient(135deg, #3452fd, #9C34FD);