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