#3f206f
a dark, vivid violet · warm · closest name: midnightblue
RGB
63, 32, 111
HSL
264°, 55%, 28%
CMYK
43, 71, 0, 57
Luminance
0.0324
Every format
| HEX | #3f206f |
| RGB | rgb(63, 32, 111) |
| HSL | hsl(264, 55%, 28%) |
| CMYK | cmyk(43%, 71%, 0%, 57%) |
| LAB | lab(21.0 33.3 -40.4) |
| LCH | lch(21.0 52.3 309.5) |
| OKLCH | oklch(0.333 0.129 296.8) |
Copy-ready code
/* CSS */
color: #3f206f;
background-color: #3f206f;
/* Tailwind (arbitrary) */
class="text-[#3f206f] bg-[#3f206f]"
/* SCSS */
$brand: #3f206f;
/* SwiftUI */
Color(red: 0.247, green: 0.125, blue: 0.435)
/* Android */
Color.parseColor("#3f206f")Accessibility — WCAG contrast
Aa
#3f206f on white: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f206f on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green12.5%
Blue43.5%
CMYK percentages
Cyan43.2%
Magenta71.2%
Yellow0.0%
Key (black)56.5%
Color previews
#3f206f text on a black background
contrast 1.65:1
Card sample
#3f206f text on a white background
contrast 12.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f206f;
Background color
Panel with #3f206f background
background-color: #3f206f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f206f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 32, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 32, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f206f; background: linear-gradient(135deg, #3f206f, #6F206A);