#280430
a deep, electric violet · warm · closest name: midnightblue
RGB
40, 4, 48
HSL
289°, 85%, 10%
CMYK
17, 92, 0, 81
Luminance
0.0075
Every format
| HEX | #280430 |
| RGB | rgb(40, 4, 48) |
| HSL | hsl(289, 85%, 10%) |
| CMYK | cmyk(17%, 92%, 0%, 81%) |
| LAB | lab(6.8 25.8 -20.2) |
| LCH | lch(6.8 32.8 322.0) |
| OKLCH | oklch(0.207 0.088 319.7) |
Copy-ready code
/* CSS */
color: #280430;
background-color: #280430;
/* Tailwind (arbitrary) */
class="text-[#280430] bg-[#280430]"
/* SCSS */
$brand: #280430;
/* SwiftUI */
Color(red: 0.157, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#280430")Accessibility — WCAG contrast
Aa
#280430 on white: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280430 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green1.6%
Blue18.8%
CMYK percentages
Cyan16.7%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#280430 text on a black background
contrast 1.15:1
Card sample
#280430 text on a white background
contrast 18.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280430;
Background color
Panel with #280430 background
background-color: #280430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280430; background: linear-gradient(135deg, #280430, #30041B);