#2d0763
a deep, electric violet · warm · closest name: midnightblue
RGB
45, 7, 99
HSL
265°, 87%, 21%
CMYK
55, 93, 0, 61
Luminance
0.0161
Every format
| HEX | #2d0763 |
| RGB | rgb(45, 7, 99) |
| HSL | hsl(265, 87%, 21%) |
| CMYK | cmyk(55%, 93%, 0%, 61%) |
| LAB | lab(13.3 38.6 -45.2) |
| LCH | lch(13.3 59.5 310.5) |
| OKLCH | oklch(0.271 0.141 292.5) |
Copy-ready code
/* CSS */
color: #2d0763;
background-color: #2d0763;
/* Tailwind (arbitrary) */
class="text-[#2d0763] bg-[#2d0763]"
/* SCSS */
$brand: #2d0763;
/* SwiftUI */
Color(red: 0.176, green: 0.027, blue: 0.388)
/* Android */
Color.parseColor("#2d0763")Accessibility — WCAG contrast
Aa
#2d0763 on white: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0763 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green2.7%
Blue38.8%
CMYK percentages
Cyan54.5%
Magenta92.9%
Yellow0.0%
Key (black)61.2%
Color previews
#2d0763 text on a black background
contrast 1.32:1
Card sample
#2d0763 text on a white background
contrast 15.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0763;
Background color
Panel with #2d0763 background
background-color: #2d0763;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0763;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 7, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 7, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0763; background: linear-gradient(135deg, #2d0763, #63075C);