#270721
a deep, vivid magenta / pink · warm · closest name: black
RGB
39, 7, 33
HSL
311°, 70%, 9%
CMYK
0, 82, 15, 85
Luminance
0.0069
Every format
| HEX | #270721 |
| RGB | rgb(39, 7, 33) |
| HSL | hsl(311, 70%, 9%) |
| CMYK | cmyk(0%, 82%, 15%, 85%) |
| LAB | lab(6.3 20.1 -9.7) |
| LCH | lch(6.3 22.3 334.3) |
| OKLCH | oklch(0.199 0.066 336.0) |
Copy-ready code
/* CSS */
color: #270721;
background-color: #270721;
/* Tailwind (arbitrary) */
class="text-[#270721] bg-[#270721]"
/* SCSS */
$brand: #270721;
/* SwiftUI */
Color(red: 0.153, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#270721")Accessibility — WCAG contrast
Aa
#270721 on white: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270721 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow15.4%
Key (black)84.7%
Color previews
#270721 text on a black background
contrast 1.14:1
Card sample
#270721 text on a white background
contrast 18.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270721;
Background color
Panel with #270721 background
background-color: #270721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270721; background: linear-gradient(135deg, #270721, #27070C);