#3418eb
a balanced, electric blue · warm · closest name: blue
RGB
52, 24, 235
HSL
248°, 84%, 51%
CMYK
78, 90, 0, 8
Luminance
0.0738
Every format
| HEX | #3418eb |
| RGB | rgb(52, 24, 235) |
| HSL | hsl(248, 84%, 51%) |
| CMYK | cmyk(78%, 90%, 0%, 8%) |
| LAB | lab(32.7 70.5 -95.9) |
| LCH | lch(32.7 119.0 306.3) |
| OKLCH | oklch(0.452 0.277 271.9) |
Copy-ready code
/* CSS */
color: #3418eb;
background-color: #3418eb;
/* Tailwind (arbitrary) */
class="text-[#3418eb] bg-[#3418eb]"
/* SCSS */
$brand: #3418eb;
/* SwiftUI */
Color(red: 0.204, green: 0.094, blue: 0.922)
/* Android */
Color.parseColor("#3418eb")Accessibility — WCAG contrast
Aa
#3418eb on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3418eb on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green9.4%
Blue92.2%
CMYK percentages
Cyan77.9%
Magenta89.8%
Yellow0.0%
Key (black)7.8%
Color previews
#3418eb text on a black background
contrast 2.48:1
Card sample
#3418eb text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3418eb;
Background color
Panel with #3418eb background
background-color: #3418eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3418eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 24, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 24, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3418eb; background: linear-gradient(135deg, #3418eb, #C118EB);