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