#3f2dda
a balanced, vivid blue · warm · closest name: navy
RGB
63, 45, 218
HSL
246°, 70%, 52%
CMYK
71, 79, 0, 15
Luminance
0.0800
Every format
| HEX | #3f2dda |
| RGB | rgb(63, 45, 218) |
| HSL | hsl(246, 70%, 52%) |
| CMYK | cmyk(71%, 79%, 0%, 15%) |
| LAB | lab(34.0 58.6 -84.0) |
| LCH | lch(34.0 102.4 304.9) |
| OKLCH | oklch(0.457 0.244 275.4) |
Copy-ready code
/* CSS */
color: #3f2dda;
background-color: #3f2dda;
/* Tailwind (arbitrary) */
class="text-[#3f2dda] bg-[#3f2dda]"
/* SCSS */
$brand: #3f2dda;
/* SwiftUI */
Color(red: 0.247, green: 0.176, blue: 0.855)
/* Android */
Color.parseColor("#3f2dda")Accessibility — WCAG contrast
Aa
#3f2dda on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2dda on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.6%
Blue85.5%
CMYK percentages
Cyan71.1%
Magenta79.4%
Yellow0.0%
Key (black)14.5%
Color previews
#3f2dda text on a black background
contrast 2.60:1
Card sample
#3f2dda text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2dda;
Background color
Panel with #3f2dda background
background-color: #3f2dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 45, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 45, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2dda; background: linear-gradient(135deg, #3f2dda, #B22DDA);