#270821
a deep, vivid magenta / pink · warm · closest name: black
RGB
39, 8, 33
HSL
312°, 66%, 9%
CMYK
0, 80, 15, 85
Luminance
0.0071
Every format
| HEX | #270821 |
| RGB | rgb(39, 8, 33) |
| HSL | hsl(312, 66%, 9%) |
| CMYK | cmyk(0%, 80%, 15%, 85%) |
| LAB | lab(6.5 19.6 -9.4) |
| LCH | lch(6.5 21.7 334.4) |
| OKLCH | oklch(0.201 0.064 336.1) |
Copy-ready code
/* CSS */
color: #270821;
background-color: #270821;
/* Tailwind (arbitrary) */
class="text-[#270821] bg-[#270821]"
/* SCSS */
$brand: #270821;
/* SwiftUI */
Color(red: 0.153, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#270821")Accessibility — WCAG contrast
Aa
#270821 on white: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270821 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.5%
Yellow15.4%
Key (black)84.7%
Color previews
#270821 text on a black background
contrast 1.14:1
Card sample
#270821 text on a white background
contrast 18.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270821;
Background color
Panel with #270821 background
background-color: #270821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270821; background: linear-gradient(135deg, #270821, #27080C);