#230721
a deep, vivid magenta / pink · warm · closest name: black
RGB
35, 7, 33
HSL
304°, 67%, 8%
CMYK
0, 80, 6, 86
Luminance
0.0062
Every format
| HEX | #230721 |
| RGB | rgb(35, 7, 33) |
| HSL | hsl(304, 67%, 8%) |
| CMYK | cmyk(0%, 80%, 6%, 86%) |
| LAB | lab(5.6 18.1 -10.8) |
| LCH | lch(5.6 21.0 329.2) |
| OKLCH | oklch(0.192 0.063 330.6) |
Copy-ready code
/* CSS */
color: #230721;
background-color: #230721;
/* Tailwind (arbitrary) */
class="text-[#230721] bg-[#230721]"
/* SCSS */
$brand: #230721;
/* SwiftUI */
Color(red: 0.137, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#230721")Accessibility — WCAG contrast
Aa
#230721 on white: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#230721 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow5.7%
Key (black)86.3%
Color previews
#230721 text on a black background
contrast 1.12:1
Card sample
#230721 text on a white background
contrast 18.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #230721;
Background color
Panel with #230721 background
background-color: #230721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #230721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #230721; background: linear-gradient(135deg, #230721, #23070E);