#281149
a deep, vivid violet · warm · closest name: midnightblue
RGB
40, 17, 73
HSL
265°, 62%, 18%
CMYK
45, 77, 0, 71
Luminance
0.0133
Every format
| HEX | #281149 |
| RGB | rgb(40, 17, 73) |
| HSL | hsl(265, 62%, 18%) |
| CMYK | cmyk(45%, 77%, 0%, 71%) |
| LAB | lab(11.5 25.6 -30.5) |
| LCH | lch(11.5 39.8 310.0) |
| OKLCH | oklch(0.248 0.098 297.6) |
Copy-ready code
/* CSS */
color: #281149;
background-color: #281149;
/* Tailwind (arbitrary) */
class="text-[#281149] bg-[#281149]"
/* SCSS */
$brand: #281149;
/* SwiftUI */
Color(red: 0.157, green: 0.067, blue: 0.286)
/* Android */
Color.parseColor("#281149")Accessibility — WCAG contrast
Aa
#281149 on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281149 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green6.7%
Blue28.6%
CMYK percentages
Cyan45.2%
Magenta76.7%
Yellow0.0%
Key (black)71.4%
Color previews
#281149 text on a black background
contrast 1.27:1
Card sample
#281149 text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281149;
Background color
Panel with #281149 background
background-color: #281149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 17, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 17, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281149; background: linear-gradient(135deg, #281149, #491145);