#3b0754
a deep, electric violet · warm · closest name: midnightblue
RGB
59, 7, 84
HSL
281°, 85%, 18%
CMYK
30, 92, 0, 67
Luminance
0.0172
Every format
| HEX | #3b0754 |
| RGB | rgb(59, 7, 84) |
| HSL | hsl(281, 85%, 18%) |
| CMYK | cmyk(30%, 92%, 0%, 67%) |
| LAB | lab(13.9 36.9 -34.0) |
| LCH | lch(13.9 50.1 317.4) |
| OKLCH | oklch(0.275 0.127 310.8) |
Copy-ready code
/* CSS */
color: #3b0754;
background-color: #3b0754;
/* Tailwind (arbitrary) */
class="text-[#3b0754] bg-[#3b0754]"
/* SCSS */
$brand: #3b0754;
/* SwiftUI */
Color(red: 0.231, green: 0.027, blue: 0.329)
/* Android */
Color.parseColor("#3b0754")Accessibility — WCAG contrast
Aa
#3b0754 on white: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b0754 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green2.7%
Blue32.9%
CMYK percentages
Cyan29.8%
Magenta91.7%
Yellow0.0%
Key (black)67.1%
Color previews
#3b0754 text on a black background
contrast 1.34:1
Card sample
#3b0754 text on a white background
contrast 15.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b0754;
Background color
Panel with #3b0754 background
background-color: #3b0754;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b0754;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 7, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 7, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b0754; background: linear-gradient(135deg, #3b0754, #54073A);