#28014c
a deep, electric violet · warm · closest name: midnightblue
RGB
40, 1, 76
HSL
271°, 97%, 15%
CMYK
47, 99, 0, 70
Luminance
0.0099
Every format
| HEX | #28014c |
| RGB | rgb(40, 1, 76) |
| HSL | hsl(271, 97%, 15%) |
| CMYK | cmyk(47%, 99%, 0%, 70%) |
| LAB | lab(8.9 34.8 -36.8) |
| LCH | lch(8.9 50.6 313.4) |
| OKLCH | oklch(0.232 0.122 300.0) |
Copy-ready code
/* CSS */
color: #28014c;
background-color: #28014c;
/* Tailwind (arbitrary) */
class="text-[#28014c] bg-[#28014c]"
/* SCSS */
$brand: #28014c;
/* SwiftUI */
Color(red: 0.157, green: 0.004, blue: 0.298)
/* Android */
Color.parseColor("#28014c")Accessibility — WCAG contrast
Aa
#28014c on white: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28014c on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green0.4%
Blue29.8%
CMYK percentages
Cyan47.4%
Magenta98.7%
Yellow0.0%
Key (black)70.2%
Color previews
#28014c text on a black background
contrast 1.20:1
Card sample
#28014c text on a white background
contrast 17.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28014c;
Background color
Panel with #28014c background
background-color: #28014c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28014c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 1, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 1, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28014c; background: linear-gradient(135deg, #28014c, #4C013E);