#3f4acb
a balanced, vivid blue · warm · closest name: slateblue
RGB
63, 74, 203
HSL
235°, 57%, 52%
CMYK
69, 64, 0, 20
Luminance
0.1027
Every format
| HEX | #3f4acb |
| RGB | rgb(63, 74, 203) |
| HSL | hsl(235, 57%, 52%) |
| CMYK | cmyk(69%, 64%, 0%, 20%) |
| LAB | lab(38.3 37.7 -68.2) |
| LCH | lch(38.3 77.9 299.0) |
| OKLCH | oklch(0.483 0.197 272.7) |
Copy-ready code
/* CSS */
color: #3f4acb;
background-color: #3f4acb;
/* Tailwind (arbitrary) */
class="text-[#3f4acb] bg-[#3f4acb]"
/* SCSS */
$brand: #3f4acb;
/* SwiftUI */
Color(red: 0.247, green: 0.290, blue: 0.796)
/* Android */
Color.parseColor("#3f4acb")Accessibility — WCAG contrast
Aa
#3f4acb on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f4acb on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green29.0%
Blue79.6%
CMYK percentages
Cyan69.0%
Magenta63.5%
Yellow0.0%
Key (black)20.4%
Color previews
#3f4acb text on a black background
contrast 3.05:1
Card sample
#3f4acb text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f4acb;
Background color
Panel with #3f4acb background
background-color: #3f4acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f4acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 74, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 74, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f4acb; background: linear-gradient(135deg, #3f4acb, #913FCB);