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