#3945af
a balanced, vivid blue · warm · closest name: slateblue
RGB
57, 69, 175
HSL
234°, 51%, 46%
CMYK
67, 61, 0, 31
Luminance
0.0822
Every format
| HEX | #3945af |
| RGB | rgb(57, 69, 175) |
| HSL | hsl(234, 51%, 46%) |
| CMYK | cmyk(67%, 61%, 0%, 31%) |
| LAB | lab(34.4 30.3 -58.1) |
| LCH | lch(34.4 65.5 297.5) |
| OKLCH | oklch(0.447 0.168 272.7) |
Copy-ready code
/* CSS */
color: #3945af;
background-color: #3945af;
/* Tailwind (arbitrary) */
class="text-[#3945af] bg-[#3945af]"
/* SCSS */
$brand: #3945af;
/* SwiftUI */
Color(red: 0.224, green: 0.271, blue: 0.686)
/* Android */
Color.parseColor("#3945af")Accessibility — WCAG contrast
Aa
#3945af on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3945af on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green27.1%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta60.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3945af text on a black background
contrast 2.64:1
Card sample
#3945af text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3945af;
Background color
Panel with #3945af background
background-color: #3945af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3945af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 69, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 69, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3945af; background: linear-gradient(135deg, #3945af, #7C39AF);