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