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