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