#230010
a deep, electric magenta / pink · warm · closest name: black
RGB
35, 0, 16
HSL
333°, 100%, 7%
CMYK
0, 100, 54, 86
Luminance
0.0039
Every format
| HEX | #230010 |
| RGB | rgb(35, 0, 16) |
| HSL | hsl(333, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 54%, 86%) |
| LAB | lab(3.6 16.9 -1.4) |
| LCH | lch(3.6 16.9 355.4) |
| OKLCH | oklch(0.167 0.069 355.4) |
Copy-ready code
/* CSS */
color: #230010;
background-color: #230010;
/* Tailwind (arbitrary) */
class="text-[#230010] bg-[#230010]"
/* SCSS */
$brand: #230010;
/* SwiftUI */
Color(red: 0.137, green: 0.000, blue: 0.063)
/* Android */
Color.parseColor("#230010")Accessibility — WCAG contrast
Aa
#230010 on white: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#230010 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green0.0%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow54.3%
Key (black)86.3%
Color previews
#230010 text on a black background
contrast 1.08:1
Card sample
#230010 text on a white background
contrast 19.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #230010;
Background color
Panel with #230010 background
background-color: #230010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #230010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 0, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 0, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #230010; background: linear-gradient(135deg, #230010, #230700);