#3418be
a dark, electric blue · warm · closest name: navy
RGB
52, 24, 190
HSL
250°, 78%, 42%
CMYK
73, 87, 0, 26
Luminance
0.0510
Every format
| HEX | #3418be |
| RGB | rgb(52, 24, 190) |
| HSL | hsl(250, 78%, 42%) |
| CMYK | cmyk(73%, 87%, 0%, 26%) |
| LAB | lab(27.0 58.5 -79.2) |
| LCH | lch(27.0 98.5 306.4) |
| OKLCH | oklch(0.398 0.230 275.7) |
Copy-ready code
/* CSS */
color: #3418be;
background-color: #3418be;
/* Tailwind (arbitrary) */
class="text-[#3418be] bg-[#3418be]"
/* SCSS */
$brand: #3418be;
/* SwiftUI */
Color(red: 0.204, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#3418be")Accessibility — WCAG contrast
Aa
#3418be on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3418be on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green9.4%
Blue74.5%
CMYK percentages
Cyan72.6%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#3418be text on a black background
contrast 2.02:1
Card sample
#3418be text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3418be;
Background color
Panel with #3418be background
background-color: #3418be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3418be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3418be; background: linear-gradient(135deg, #3418be, #A318BE);