#2d0752
a deep, electric violet · warm · closest name: midnightblue
RGB
45, 7, 82
HSL
270°, 84%, 18%
CMYK
45, 92, 0, 68
Luminance
0.0132
Every format
| HEX | #2d0752 |
| RGB | rgb(45, 7, 82) |
| HSL | hsl(270, 84%, 18%) |
| CMYK | cmyk(45%, 92%, 0%, 68%) |
| LAB | lab(11.4 34.1 -36.8) |
| LCH | lch(11.4 50.2 312.8) |
| OKLCH | oklch(0.252 0.122 300.1) |
Copy-ready code
/* CSS */
color: #2d0752;
background-color: #2d0752;
/* Tailwind (arbitrary) */
class="text-[#2d0752] bg-[#2d0752]"
/* SCSS */
$brand: #2d0752;
/* SwiftUI */
Color(red: 0.176, green: 0.027, blue: 0.322)
/* Android */
Color.parseColor("#2d0752")Accessibility — WCAG contrast
Aa
#2d0752 on white: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0752 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green2.7%
Blue32.2%
CMYK percentages
Cyan45.1%
Magenta91.5%
Yellow0.0%
Key (black)67.8%
Color previews
#2d0752 text on a black background
contrast 1.26:1
Card sample
#2d0752 text on a white background
contrast 16.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0752;
Background color
Panel with #2d0752 background
background-color: #2d0752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 7, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 7, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0752; background: linear-gradient(135deg, #2d0752, #520745);