#28124f
a deep, vivid violet · warm · closest name: midnightblue
RGB
40, 18, 79
HSL
262°, 63%, 19%
CMYK
49, 77, 0, 69
Luminance
0.0145
Every format
| HEX | #28124f |
| RGB | rgb(40, 18, 79) |
| HSL | hsl(262, 63%, 19%) |
| CMYK | cmyk(49%, 77%, 0%, 69%) |
| LAB | lab(12.3 26.9 -33.4) |
| LCH | lch(12.3 42.9 308.8) |
| OKLCH | oklch(0.256 0.105 294.2) |
Copy-ready code
/* CSS */
color: #28124f;
background-color: #28124f;
/* Tailwind (arbitrary) */
class="text-[#28124f] bg-[#28124f]"
/* SCSS */
$brand: #28124f;
/* SwiftUI */
Color(red: 0.157, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#28124f")Accessibility — WCAG contrast
Aa
#28124f on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28124f on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green7.1%
Blue31.0%
CMYK percentages
Cyan49.4%
Magenta77.2%
Yellow0.0%
Key (black)69.0%
Color previews
#28124f text on a black background
contrast 1.29:1
Card sample
#28124f text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28124f;
Background color
Panel with #28124f background
background-color: #28124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28124f; background: linear-gradient(135deg, #28124f, #4F124D);