#3b024f
a deep, electric violet · warm · closest name: midnightblue
RGB
59, 2, 79
HSL
284°, 95%, 16%
CMYK
25, 98, 0, 69
Luminance
0.0154
Every format
| HEX | #3b024f |
| RGB | rgb(59, 2, 79) |
| HSL | hsl(284, 95%, 16%) |
| CMYK | cmyk(25%, 98%, 0%, 69%) |
| LAB | lab(12.8 37.7 -32.3) |
| LCH | lch(12.8 49.7 319.4) |
| OKLCH | oklch(0.266 0.128 314.4) |
Copy-ready code
/* CSS */
color: #3b024f;
background-color: #3b024f;
/* Tailwind (arbitrary) */
class="text-[#3b024f] bg-[#3b024f]"
/* SCSS */
$brand: #3b024f;
/* SwiftUI */
Color(red: 0.231, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#3b024f")Accessibility — WCAG contrast
Aa
#3b024f on white: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b024f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green0.8%
Blue31.0%
CMYK percentages
Cyan25.3%
Magenta97.5%
Yellow0.0%
Key (black)69.0%
Color previews
#3b024f text on a black background
contrast 1.31:1
Card sample
#3b024f text on a white background
contrast 16.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b024f;
Background color
Panel with #3b024f background
background-color: #3b024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b024f; background: linear-gradient(135deg, #3b024f, #4F0230);