#271010
a deep, soft red · warm · closest name: black
RGB
39, 16, 16
HSL
0°, 42%, 11%
CMYK
0, 59, 59, 85
Luminance
0.0084
Every format
| HEX | #271010 |
| RGB | rgb(39, 16, 16) |
| HSL | hsl(0, 42%, 11%) |
| CMYK | cmyk(0%, 59%, 59%, 85%) |
| LAB | lab(7.6 12.0 4.6) |
| LCH | lch(7.6 12.8 21.0) |
| OKLCH | oklch(0.208 0.039 20.9) |
Copy-ready code
/* CSS */
color: #271010;
background-color: #271010;
/* Tailwind (arbitrary) */
class="text-[#271010] bg-[#271010]"
/* SCSS */
$brand: #271010;
/* SwiftUI */
Color(red: 0.153, green: 0.063, blue: 0.063)
/* Android */
Color.parseColor("#271010")Accessibility — WCAG contrast
Aa
#271010 on white: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271010 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green6.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow59.0%
Key (black)84.7%
Color previews
#271010 text on a black background
contrast 1.17:1
Card sample
#271010 text on a white background
contrast 17.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271010;
Background color
Panel with #271010 background
background-color: #271010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 16, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 16, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271010; background: linear-gradient(135deg, #271010, #271F10);