#2b024f
a deep, electric violet · warm · closest name: midnightblue
RGB
43, 2, 79
HSL
272°, 95%, 16%
CMYK
46, 98, 0, 69
Luminance
0.0112
Every format
| HEX | #2b024f |
| RGB | rgb(43, 2, 79) |
| HSL | hsl(272, 95%, 16%) |
| CMYK | cmyk(46%, 98%, 0%, 69%) |
| LAB | lab(10.0 35.4 -37.2) |
| LCH | lch(10.0 51.3 313.6) |
| OKLCH | oklch(0.240 0.124 300.9) |
Copy-ready code
/* CSS */
color: #2b024f;
background-color: #2b024f;
/* Tailwind (arbitrary) */
class="text-[#2b024f] bg-[#2b024f]"
/* SCSS */
$brand: #2b024f;
/* SwiftUI */
Color(red: 0.169, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#2b024f")Accessibility — WCAG contrast
Aa
#2b024f on white: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b024f on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green0.8%
Blue31.0%
CMYK percentages
Cyan45.6%
Magenta97.5%
Yellow0.0%
Key (black)69.0%
Color previews
#2b024f text on a black background
contrast 1.22:1
Card sample
#2b024f text on a white background
contrast 17.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b024f;
Background color
Panel with #2b024f background
background-color: #2b024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b024f; background: linear-gradient(135deg, #2b024f, #4F0240);