#27001c
a deep, electric magenta / pink · warm · closest name: black
RGB
39, 0, 28
HSL
317°, 100%, 8%
CMYK
0, 100, 28, 85
Luminance
0.0052
Every format
| HEX | #27001c |
| RGB | rgb(39, 0, 28) |
| HSL | hsl(317, 100%, 8%) |
| CMYK | cmyk(0%, 100%, 28%, 85%) |
| LAB | lab(4.7 22.2 -8.2) |
| LCH | lch(4.7 23.7 339.8) |
| OKLCH | oklch(0.183 0.079 341.6) |
Copy-ready code
/* CSS */
color: #27001c;
background-color: #27001c;
/* Tailwind (arbitrary) */
class="text-[#27001c] bg-[#27001c]"
/* SCSS */
$brand: #27001c;
/* SwiftUI */
Color(red: 0.153, green: 0.000, blue: 0.110)
/* Android */
Color.parseColor("#27001c")Accessibility — WCAG contrast
Aa
#27001c on white: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#27001c on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green0.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow28.2%
Key (black)84.7%
Color previews
#27001c text on a black background
contrast 1.10:1
Card sample
#27001c text on a white background
contrast 19.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27001c;
Background color
Panel with #27001c background
background-color: #27001c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27001c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 0, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 0, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27001c; background: linear-gradient(135deg, #27001c, #270002);