#270521
a deep, electric magenta / pink · warm · closest name: black
RGB
39, 5, 33
HSL
311°, 77%, 9%
CMYK
0, 87, 15, 85
Luminance
0.0065
Every format
| HEX | #270521 |
| RGB | rgb(39, 5, 33) |
| HSL | hsl(311, 77%, 9%) |
| CMYK | cmyk(0%, 87%, 15%, 85%) |
| LAB | lab(5.9 21.0 -10.3) |
| LCH | lch(5.9 23.4 334.0) |
| OKLCH | oklch(0.196 0.071 335.7) |
Copy-ready code
/* CSS */
color: #270521;
background-color: #270521;
/* Tailwind (arbitrary) */
class="text-[#270521] bg-[#270521]"
/* SCSS */
$brand: #270521;
/* SwiftUI */
Color(red: 0.153, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#270521")Accessibility — WCAG contrast
Aa
#270521 on white: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270521 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.2%
Yellow15.4%
Key (black)84.7%
Color previews
#270521 text on a black background
contrast 1.13:1
Card sample
#270521 text on a white background
contrast 18.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270521;
Background color
Panel with #270521 background
background-color: #270521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270521; background: linear-gradient(135deg, #270521, #27050A);