#230121
a deep, electric magenta / pink · warm · closest name: black
RGB
35, 1, 33
HSL
304°, 94%, 7%
CMYK
0, 97, 6, 86
Luminance
0.0049
Every format
| HEX | #230121 |
| RGB | rgb(35, 1, 33) |
| HSL | hsl(304, 94%, 7%) |
| CMYK | cmyk(0%, 97%, 6%, 86%) |
| LAB | lab(4.4 20.8 -12.5) |
| LCH | lch(4.4 24.3 328.9) |
| OKLCH | oklch(0.180 0.078 330.7) |
Copy-ready code
/* CSS */
color: #230121;
background-color: #230121;
/* Tailwind (arbitrary) */
class="text-[#230121] bg-[#230121]"
/* SCSS */
$brand: #230121;
/* SwiftUI */
Color(red: 0.137, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#230121")Accessibility — WCAG contrast
Aa
#230121 on white: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#230121 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow5.7%
Key (black)86.3%
Color previews
#230121 text on a black background
contrast 1.10:1
Card sample
#230121 text on a white background
contrast 19.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #230121;
Background color
Panel with #230121 background
background-color: #230121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #230121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #230121; background: linear-gradient(135deg, #230121, #23010A);