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