#310924
a deep, vivid magenta / pink · warm · closest name: black
RGB
49, 9, 36
HSL
320°, 69%, 11%
CMYK
0, 82, 27, 81
Luminance
0.0098
Every format
| HEX | #310924 |
| RGB | rgb(49, 9, 36) |
| HSL | hsl(320, 69%, 11%) |
| CMYK | cmyk(0%, 82%, 27%, 81%) |
| LAB | lab(8.8 23.5 -7.9) |
| LCH | lch(8.8 24.8 341.4) |
| OKLCH | oklch(0.223 0.074 343.3) |
Copy-ready code
/* CSS */
color: #310924;
background-color: #310924;
/* Tailwind (arbitrary) */
class="text-[#310924] bg-[#310924]"
/* SCSS */
$brand: #310924;
/* SwiftUI */
Color(red: 0.192, green: 0.035, blue: 0.141)
/* Android */
Color.parseColor("#310924")Accessibility — WCAG contrast
Aa
#310924 on white: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310924 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green3.5%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow26.5%
Key (black)80.8%
Color previews
#310924 text on a black background
contrast 1.20:1
Card sample
#310924 text on a white background
contrast 17.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310924;
Background color
Panel with #310924 background
background-color: #310924;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310924;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 9, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 9, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310924; background: linear-gradient(135deg, #310924, #310909);