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