#251021
a deep, soft magenta / pink · warm · closest name: black
RGB
37, 16, 33
HSL
311°, 40%, 10%
CMYK
0, 57, 11, 86
Luminance
0.0087
Every format
| HEX | #251021 |
| RGB | rgb(37, 16, 33) |
| HSL | hsl(311, 40%, 10%) |
| CMYK | cmyk(0%, 57%, 11%, 86%) |
| LAB | lab(7.9 14.2 -7.2) |
| LCH | lch(7.9 15.9 333.1) |
| OKLCH | oklch(0.212 0.045 334.5) |
Copy-ready code
/* CSS */
color: #251021;
background-color: #251021;
/* Tailwind (arbitrary) */
class="text-[#251021] bg-[#251021]"
/* SCSS */
$brand: #251021;
/* SwiftUI */
Color(red: 0.145, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#251021")Accessibility — WCAG contrast
Aa
#251021 on white: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251021 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow10.8%
Key (black)85.5%
Color previews
#251021 text on a black background
contrast 1.17:1
Card sample
#251021 text on a white background
contrast 17.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251021;
Background color
Panel with #251021 background
background-color: #251021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251021; background: linear-gradient(135deg, #251021, #251013);