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