#2d0069
a deep, electric violet · warm · closest name: midnightblue
RGB
45, 0, 105
HSL
266°, 100%, 21%
CMYK
57, 100, 0, 59
Luminance
0.0158
Every format
| HEX | #2d0069 |
| RGB | rgb(45, 0, 105) |
| HSL | hsl(266, 100%, 21%) |
| CMYK | cmyk(57%, 100%, 0%, 59%) |
| LAB | lab(13.1 43.0 -49.5) |
| LCH | lch(13.1 65.6 311.0) |
| OKLCH | oklch(0.271 0.152 291.1) |
Copy-ready code
/* CSS */
color: #2d0069;
background-color: #2d0069;
/* Tailwind (arbitrary) */
class="text-[#2d0069] bg-[#2d0069]"
/* SCSS */
$brand: #2d0069;
/* SwiftUI */
Color(red: 0.176, green: 0.000, blue: 0.412)
/* Android */
Color.parseColor("#2d0069")Accessibility — WCAG contrast
Aa
#2d0069 on white: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0069 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green0.0%
Blue41.2%
CMYK percentages
Cyan57.1%
Magenta100.0%
Yellow0.0%
Key (black)58.8%
Color previews
#2d0069 text on a black background
contrast 1.32:1
Card sample
#2d0069 text on a white background
contrast 15.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0069;
Background color
Panel with #2d0069 background
background-color: #2d0069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 0, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 0, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0069; background: linear-gradient(135deg, #2d0069, #69005F);