#2d0052
a deep, electric violet · warm · closest name: midnightblue
RGB
45, 0, 82
HSL
273°, 100%, 16%
CMYK
45, 100, 0, 68
Luminance
0.0117
Every format
| HEX | #2d0052 |
| RGB | rgb(45, 0, 82) |
| HSL | hsl(273, 100%, 16%) |
| CMYK | cmyk(45%, 100%, 0%, 68%) |
| LAB | lab(10.3 37.3 -38.6) |
| LCH | lch(10.3 53.7 314.0) |
| OKLCH | oklch(0.245 0.130 301.4) |
Copy-ready code
/* CSS */
color: #2d0052;
background-color: #2d0052;
/* Tailwind (arbitrary) */
class="text-[#2d0052] bg-[#2d0052]"
/* SCSS */
$brand: #2d0052;
/* SwiftUI */
Color(red: 0.176, green: 0.000, blue: 0.322)
/* Android */
Color.parseColor("#2d0052")Accessibility — WCAG contrast
Aa
#2d0052 on white: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0052 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green0.0%
Blue32.2%
CMYK percentages
Cyan45.1%
Magenta100.0%
Yellow0.0%
Key (black)67.8%
Color previews
#2d0052 text on a black background
contrast 1.23:1
Card sample
#2d0052 text on a white background
contrast 17.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0052;
Background color
Panel with #2d0052 background
background-color: #2d0052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 0, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 0, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0052; background: linear-gradient(135deg, #2d0052, #520040);