#3f2fcb
a balanced, vivid blue · warm · closest name: navy
RGB
63, 47, 203
HSL
246°, 62%, 49%
CMYK
69, 77, 0, 20
Luminance
0.0740
Every format
| HEX | #3f2fcb |
| RGB | rgb(63, 47, 203) |
| HSL | hsl(246, 62%, 49%) |
| CMYK | cmyk(69%, 77%, 0%, 20%) |
| LAB | lab(32.7 53.1 -77.4) |
| LCH | lch(32.7 93.9 304.5) |
| OKLCH | oklch(0.443 0.225 276.6) |
Copy-ready code
/* CSS */
color: #3f2fcb;
background-color: #3f2fcb;
/* Tailwind (arbitrary) */
class="text-[#3f2fcb] bg-[#3f2fcb]"
/* SCSS */
$brand: #3f2fcb;
/* SwiftUI */
Color(red: 0.247, green: 0.184, blue: 0.796)
/* Android */
Color.parseColor("#3f2fcb")Accessibility — WCAG contrast
Aa
#3f2fcb on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2fcb on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.4%
Blue79.6%
CMYK percentages
Cyan69.0%
Magenta76.8%
Yellow0.0%
Key (black)20.4%
Color previews
#3f2fcb text on a black background
contrast 2.48:1
Card sample
#3f2fcb text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2fcb;
Background color
Panel with #3f2fcb background
background-color: #3f2fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 47, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 47, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2fcb; background: linear-gradient(135deg, #3f2fcb, #A72FCB);