#2d0045
a deep, electric violet · warm · closest name: midnightblue
RGB
45, 0, 69
HSL
279°, 100%, 14%
CMYK
35, 100, 0, 73
Luminance
0.0099
Every format
| HEX | #2d0045 |
| RGB | rgb(45, 0, 69) |
| HSL | hsl(279, 100%, 14%) |
| CMYK | cmyk(35%, 100%, 0%, 73%) |
| LAB | lab(8.9 34.3 -31.9) |
| LCH | lch(8.9 46.8 317.0) |
| OKLCH | oklch(0.231 0.117 309.1) |
Copy-ready code
/* CSS */
color: #2d0045;
background-color: #2d0045;
/* Tailwind (arbitrary) */
class="text-[#2d0045] bg-[#2d0045]"
/* SCSS */
$brand: #2d0045;
/* SwiftUI */
Color(red: 0.176, green: 0.000, blue: 0.271)
/* Android */
Color.parseColor("#2d0045")Accessibility — WCAG contrast
Aa
#2d0045 on white: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0045 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green0.0%
Blue27.1%
CMYK percentages
Cyan34.8%
Magenta100.0%
Yellow0.0%
Key (black)72.9%
Color previews
#2d0045 text on a black background
contrast 1.20:1
Card sample
#2d0045 text on a white background
contrast 17.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0045;
Background color
Panel with #2d0045 background
background-color: #2d0045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 0, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 0, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0045; background: linear-gradient(135deg, #2d0045, #45002F);