#281139
a deep, vivid violet · warm · closest name: midnightblue
RGB
40, 17, 57
HSL
275°, 54%, 15%
CMYK
30, 70, 0, 78
Luminance
0.0115
Every format
| HEX | #281139 |
| RGB | rgb(40, 17, 57) |
| HSL | hsl(275, 54%, 15%) |
| CMYK | cmyk(30%, 70%, 0%, 78%) |
| LAB | lab(10.2 20.8 -21.4) |
| LCH | lch(10.2 29.8 314.3) |
| OKLCH | oklch(0.234 0.076 308.1) |
Copy-ready code
/* CSS */
color: #281139;
background-color: #281139;
/* Tailwind (arbitrary) */
class="text-[#281139] bg-[#281139]"
/* SCSS */
$brand: #281139;
/* SwiftUI */
Color(red: 0.157, green: 0.067, blue: 0.224)
/* Android */
Color.parseColor("#281139")Accessibility — WCAG contrast
Aa
#281139 on white: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281139 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green6.7%
Blue22.4%
CMYK percentages
Cyan29.8%
Magenta70.2%
Yellow0.0%
Key (black)77.6%
Color previews
#281139 text on a black background
contrast 1.23:1
Card sample
#281139 text on a white background
contrast 17.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281139;
Background color
Panel with #281139 background
background-color: #281139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 17, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 17, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281139; background: linear-gradient(135deg, #281139, #39112F);