#27000b
a deep, electric magenta / pink · warm · closest name: black
RGB
39, 0, 11
HSL
343°, 100%, 8%
CMYK
0, 100, 72, 85
Luminance
0.0046
Every format
| HEX | #27000b |
| RGB | rgb(39, 0, 11) |
| HSL | hsl(343, 100%, 8%) |
| CMYK | cmyk(0%, 100%, 72%, 85%) |
| LAB | lab(4.1 19.0 2.0) |
| LCH | lch(4.1 19.1 6.0) |
| OKLCH | oklch(0.175 0.070 7.2) |
Copy-ready code
/* CSS */
color: #27000b;
background-color: #27000b;
/* Tailwind (arbitrary) */
class="text-[#27000b] bg-[#27000b]"
/* SCSS */
$brand: #27000b;
/* SwiftUI */
Color(red: 0.153, green: 0.000, blue: 0.043)
/* Android */
Color.parseColor("#27000b")Accessibility — WCAG contrast
Aa
#27000b on white: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#27000b on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green0.0%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow71.8%
Key (black)84.7%
Color previews
#27000b text on a black background
contrast 1.09:1
Card sample
#27000b text on a white background
contrast 19.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27000b;
Background color
Panel with #27000b background
background-color: #27000b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27000b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 0, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 0, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27000b; background: linear-gradient(135deg, #27000b, #270F00);