#270021
a deep, electric magenta / pink · warm · closest name: black
RGB
39, 0, 33
HSL
309°, 100%, 8%
CMYK
0, 100, 15, 85
Luminance
0.0054
Every format
| HEX | #270021 |
| RGB | rgb(39, 0, 33) |
| HSL | hsl(309, 100%, 8%) |
| CMYK | cmyk(0%, 100%, 15%, 85%) |
| LAB | lab(4.9 23.4 -11.8) |
| LCH | lch(4.9 26.2 333.4) |
| OKLCH | oklch(0.187 0.083 335.2) |
Copy-ready code
/* CSS */
color: #270021;
background-color: #270021;
/* Tailwind (arbitrary) */
class="text-[#270021] bg-[#270021]"
/* SCSS */
$brand: #270021;
/* SwiftUI */
Color(red: 0.153, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#270021")Accessibility — WCAG contrast
Aa
#270021 on white: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270021 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow15.4%
Key (black)84.7%
Color previews
#270021 text on a black background
contrast 1.11:1
Card sample
#270021 text on a white background
contrast 18.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270021;
Background color
Panel with #270021 background
background-color: #270021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270021; background: linear-gradient(135deg, #270021, #270007);