#2a0f4d
a deep, vivid violet · warm · closest name: midnightblue
RGB
42, 15, 77
HSL
266°, 67%, 18%
CMYK
46, 81, 0, 70
Luminance
0.0137
Every format
| HEX | #2a0f4d |
| RGB | rgb(42, 15, 77) |
| HSL | hsl(266, 67%, 18%) |
| CMYK | cmyk(46%, 81%, 0%, 70%) |
| LAB | lab(11.8 28.4 -32.9) |
| LCH | lch(11.8 43.4 310.8) |
| OKLCH | oklch(0.252 0.106 298.1) |
Copy-ready code
/* CSS */
color: #2a0f4d;
background-color: #2a0f4d;
/* Tailwind (arbitrary) */
class="text-[#2a0f4d] bg-[#2a0f4d]"
/* SCSS */
$brand: #2a0f4d;
/* SwiftUI */
Color(red: 0.165, green: 0.059, blue: 0.302)
/* Android */
Color.parseColor("#2a0f4d")Accessibility — WCAG contrast
Aa
#2a0f4d on white: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a0f4d on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green5.9%
Blue30.2%
CMYK percentages
Cyan45.5%
Magenta80.5%
Yellow0.0%
Key (black)69.8%
Color previews
#2a0f4d text on a black background
contrast 1.27:1
Card sample
#2a0f4d text on a white background
contrast 16.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a0f4d;
Background color
Panel with #2a0f4d background
background-color: #2a0f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a0f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 15, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 15, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a0f4d; background: linear-gradient(135deg, #2a0f4d, #4D0F47);