#3441df
a balanced, vivid blue · warm · closest name: slateblue
RGB
52, 65, 223
HSL
235°, 73%, 54%
CMYK
77, 71, 0, 13
Luminance
0.0984
Every format
| HEX | #3441df |
| RGB | rgb(52, 65, 223) |
| HSL | hsl(235, 73%, 54%) |
| CMYK | cmyk(77%, 71%, 0%, 13%) |
| LAB | lab(37.5 48.8 -81.0) |
| LCH | lch(37.5 94.5 301.1) |
| OKLCH | oklch(0.482 0.234 270.3) |
Copy-ready code
/* CSS */
color: #3441df;
background-color: #3441df;
/* Tailwind (arbitrary) */
class="text-[#3441df] bg-[#3441df]"
/* SCSS */
$brand: #3441df;
/* SwiftUI */
Color(red: 0.204, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#3441df")Accessibility — WCAG contrast
Aa
#3441df on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3441df on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green25.5%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3441df text on a black background
contrast 2.97:1
Card sample
#3441df text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3441df;
Background color
Panel with #3441df background
background-color: #3441df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3441df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3441df; background: linear-gradient(135deg, #3441df, #9934DF);