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