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