#3f267e
a dark, vivid violet · warm · closest name: midnightblue
RGB
63, 38, 126
HSL
257°, 54%, 32%
CMYK
50, 70, 0, 51
Luminance
0.0395
Every format
| HEX | #3f267e |
| RGB | rgb(63, 38, 126) |
| HSL | hsl(257, 54%, 32%) |
| CMYK | cmyk(50%, 70%, 0%, 51%) |
| LAB | lab(23.5 34.3 -45.9) |
| LCH | lch(23.5 57.3 306.8) |
| OKLCH | oklch(0.355 0.140 290.5) |
Copy-ready code
/* CSS */
color: #3f267e;
background-color: #3f267e;
/* Tailwind (arbitrary) */
class="text-[#3f267e] bg-[#3f267e]"
/* SCSS */
$brand: #3f267e;
/* SwiftUI */
Color(red: 0.247, green: 0.149, blue: 0.494)
/* Android */
Color.parseColor("#3f267e")Accessibility — WCAG contrast
Aa
#3f267e on white: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f267e on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green14.9%
Blue49.4%
CMYK percentages
Cyan50.0%
Magenta69.8%
Yellow0.0%
Key (black)50.6%
Color previews
#3f267e text on a black background
contrast 1.79:1
Card sample
#3f267e text on a white background
contrast 11.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f267e;
Background color
Panel with #3f267e background
background-color: #3f267e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f267e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 38, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 38, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f267e; background: linear-gradient(135deg, #3f267e, #7A267E);