#2d1b7f
a dark, vivid blue · warm · closest name: midnightblue
RGB
45, 27, 127
HSL
251°, 65%, 30%
CMYK
65, 79, 0, 50
Luminance
0.0287
Every format
| HEX | #2d1b7f |
| RGB | rgb(45, 27, 127) |
| HSL | hsl(251, 65%, 30%) |
| CMYK | cmyk(65%, 79%, 0%, 50%) |
| LAB | lab(19.5 37.9 -53.1) |
| LCH | lch(19.5 65.2 305.5) |
| OKLCH | oklch(0.323 0.156 281.4) |
Copy-ready code
/* CSS */
color: #2d1b7f;
background-color: #2d1b7f;
/* Tailwind (arbitrary) */
class="text-[#2d1b7f] bg-[#2d1b7f]"
/* SCSS */
$brand: #2d1b7f;
/* SwiftUI */
Color(red: 0.176, green: 0.106, blue: 0.498)
/* Android */
Color.parseColor("#2d1b7f")Accessibility — WCAG contrast
Aa
#2d1b7f on white: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d1b7f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green10.6%
Blue49.8%
CMYK percentages
Cyan64.6%
Magenta78.7%
Yellow0.0%
Key (black)50.2%
Color previews
#2d1b7f text on a black background
contrast 1.57:1
Card sample
#2d1b7f text on a white background
contrast 13.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d1b7f;
Background color
Panel with #2d1b7f background
background-color: #2d1b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d1b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 27, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 27, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d1b7f; background: linear-gradient(135deg, #2d1b7f, #701B7F);