#270421
a deep, electric magenta / pink · warm · closest name: black
RGB
39, 4, 33
HSL
310°, 81%, 8%
CMYK
0, 90, 15, 85
Luminance
0.0063
Every format
| HEX | #270421 |
| RGB | rgb(39, 4, 33) |
| HSL | hsl(310, 81%, 8%) |
| CMYK | cmyk(0%, 90%, 15%, 85%) |
| LAB | lab(5.7 21.5 -10.6) |
| LCH | lch(5.7 24.0 333.8) |
| OKLCH | oklch(0.194 0.073 335.6) |
Copy-ready code
/* CSS */
color: #270421;
background-color: #270421;
/* Tailwind (arbitrary) */
class="text-[#270421] bg-[#270421]"
/* SCSS */
$brand: #270421;
/* SwiftUI */
Color(red: 0.153, green: 0.016, blue: 0.129)
/* Android */
Color.parseColor("#270421")Accessibility — WCAG contrast
Aa
#270421 on white: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270421 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green1.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow15.4%
Key (black)84.7%
Color previews
#270421 text on a black background
contrast 1.13:1
Card sample
#270421 text on a white background
contrast 18.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270421;
Background color
Panel with #270421 background
background-color: #270421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 4, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 4, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270421; background: linear-gradient(135deg, #270421, #27040A);