#3b0f4a
a deep, vivid violet · warm · closest name: midnightblue
RGB
59, 15, 74
HSL
285°, 66%, 18%
CMYK
20, 80, 0, 71
Luminance
0.0177
Every format
| HEX | #3b0f4a |
| RGB | rgb(59, 15, 74) |
| HSL | hsl(285, 66%, 18%) |
| CMYK | cmyk(20%, 80%, 0%, 71%) |
| LAB | lab(14.2 31.4 -26.7) |
| LCH | lch(14.2 41.2 319.7) |
| OKLCH | oklch(0.274 0.108 316.0) |
Copy-ready code
/* CSS */
color: #3b0f4a;
background-color: #3b0f4a;
/* Tailwind (arbitrary) */
class="text-[#3b0f4a] bg-[#3b0f4a]"
/* SCSS */
$brand: #3b0f4a;
/* SwiftUI */
Color(red: 0.231, green: 0.059, blue: 0.290)
/* Android */
Color.parseColor("#3b0f4a")Accessibility — WCAG contrast
Aa
#3b0f4a on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b0f4a on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green5.9%
Blue29.0%
CMYK percentages
Cyan20.3%
Magenta79.7%
Yellow0.0%
Key (black)71.0%
Color previews
#3b0f4a text on a black background
contrast 1.35:1
Card sample
#3b0f4a text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b0f4a;
Background color
Panel with #3b0f4a background
background-color: #3b0f4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b0f4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 15, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 15, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b0f4a; background: linear-gradient(135deg, #3b0f4a, #4A0F32);