#3424ef
a balanced, electric blue · warm · closest name: blue
RGB
52, 36, 239
HSL
245°, 86%, 54%
CMYK
78, 85, 0, 6
Luminance
0.0822
Every format
| HEX | #3424ef |
| RGB | rgb(52, 36, 239) |
| HSL | hsl(245, 86%, 54%) |
| CMYK | cmyk(78%, 85%, 0%, 6%) |
| LAB | lab(34.4 67.7 -95.2) |
| LCH | lch(34.4 116.8 305.4) |
| OKLCH | oklch(0.465 0.276 271.3) |
Copy-ready code
/* CSS */
color: #3424ef;
background-color: #3424ef;
/* Tailwind (arbitrary) */
class="text-[#3424ef] bg-[#3424ef]"
/* SCSS */
$brand: #3424ef;
/* SwiftUI */
Color(red: 0.204, green: 0.141, blue: 0.937)
/* Android */
Color.parseColor("#3424ef")Accessibility — WCAG contrast
Aa
#3424ef on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3424ef on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green14.1%
Blue93.7%
CMYK percentages
Cyan78.2%
Magenta84.9%
Yellow0.0%
Key (black)6.3%
Color previews
#3424ef text on a black background
contrast 2.64:1
Card sample
#3424ef text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3424ef;
Background color
Panel with #3424ef background
background-color: #3424ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3424ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 36, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 36, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3424ef; background: linear-gradient(135deg, #3424ef, #BB24EF);