#200325
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 3, 37
HSL
291°, 85%, 8%
CMYK
14, 92, 0, 86
Luminance
0.0051
Every format
| HEX | #200325 |
| RGB | rgb(32, 3, 37) |
| HSL | hsl(291, 85%, 8%) |
| CMYK | cmyk(14%, 92%, 0%, 86%) |
| LAB | lab(4.6 19.5 -15.5) |
| LCH | lch(4.6 24.9 321.6) |
| OKLCH | oklch(0.181 0.075 321.7) |
Copy-ready code
/* CSS */
color: #200325;
background-color: #200325;
/* Tailwind (arbitrary) */
class="text-[#200325] bg-[#200325]"
/* SCSS */
$brand: #200325;
/* SwiftUI */
Color(red: 0.125, green: 0.012, blue: 0.145)
/* Android */
Color.parseColor("#200325")Accessibility — WCAG contrast
Aa
#200325 on white: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200325 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.2%
Blue14.5%
CMYK percentages
Cyan13.5%
Magenta91.9%
Yellow0.0%
Key (black)85.5%
Color previews
#200325 text on a black background
contrast 1.10:1
Card sample
#200325 text on a white background
contrast 19.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200325;
Background color
Panel with #200325 background
background-color: #200325;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200325;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 3, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 3, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200325; background: linear-gradient(135deg, #200325, #250313);