#2b0844
a deep, electric violet · warm · closest name: midnightblue
RGB
43, 8, 68
HSL
275°, 79%, 15%
CMYK
37, 88, 0, 73
Luminance
0.0110
Every format
| HEX | #2b0844 |
| RGB | rgb(43, 8, 68) |
| HSL | hsl(275, 79%, 15%) |
| CMYK | cmyk(37%, 88%, 0%, 73%) |
| LAB | lab(9.8 29.5 -29.7) |
| LCH | lch(9.8 41.9 314.8) |
| OKLCH | oklch(0.236 0.105 306.1) |
Copy-ready code
/* CSS */
color: #2b0844;
background-color: #2b0844;
/* Tailwind (arbitrary) */
class="text-[#2b0844] bg-[#2b0844]"
/* SCSS */
$brand: #2b0844;
/* SwiftUI */
Color(red: 0.169, green: 0.031, blue: 0.267)
/* Android */
Color.parseColor("#2b0844")Accessibility — WCAG contrast
Aa
#2b0844 on white: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b0844 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green3.1%
Blue26.7%
CMYK percentages
Cyan36.8%
Magenta88.2%
Yellow0.0%
Key (black)73.3%
Color previews
#2b0844 text on a black background
contrast 1.22:1
Card sample
#2b0844 text on a white background
contrast 17.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b0844;
Background color
Panel with #2b0844 background
background-color: #2b0844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b0844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 8, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 8, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b0844; background: linear-gradient(135deg, #2b0844, #440835);