#3b206f
a dark, vivid violet · warm · closest name: midnightblue
RGB
59, 32, 111
HSL
261°, 55%, 28%
CMYK
47, 71, 0, 57
Luminance
0.0311
Every format
| HEX | #3b206f |
| RGB | rgb(59, 32, 111) |
| HSL | hsl(261, 55%, 28%) |
| CMYK | cmyk(47%, 71%, 0%, 57%) |
| LAB | lab(20.5 32.4 -41.2) |
| LCH | lch(20.5 52.5 308.2) |
| OKLCH | oklch(0.329 0.129 293.8) |
Copy-ready code
/* CSS */
color: #3b206f;
background-color: #3b206f;
/* Tailwind (arbitrary) */
class="text-[#3b206f] bg-[#3b206f]"
/* SCSS */
$brand: #3b206f;
/* SwiftUI */
Color(red: 0.231, green: 0.125, blue: 0.435)
/* Android */
Color.parseColor("#3b206f")Accessibility — WCAG contrast
Aa
#3b206f on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b206f on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green12.5%
Blue43.5%
CMYK percentages
Cyan46.8%
Magenta71.2%
Yellow0.0%
Key (black)56.5%
Color previews
#3b206f text on a black background
contrast 1.62:1
Card sample
#3b206f text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b206f;
Background color
Panel with #3b206f background
background-color: #3b206f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b206f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 32, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 32, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b206f; background: linear-gradient(135deg, #3b206f, #6F206E);