#271f2b
a deep, soft violet · warm · closest name: black
RGB
39, 31, 43
HSL
280°, 16%, 15%
CMYK
9, 28, 0, 83
Luminance
0.0159
Every format
| HEX | #271f2b |
| RGB | rgb(39, 31, 43) |
| HSL | hsl(280, 16%, 15%) |
| CMYK | cmyk(9%, 28%, 0%, 83%) |
| LAB | lab(13.1 6.7 -6.6) |
| LCH | lch(13.1 9.4 315.6) |
| OKLCH | oklch(0.254 0.025 314.3) |
Copy-ready code
/* CSS */
color: #271f2b;
background-color: #271f2b;
/* Tailwind (arbitrary) */
class="text-[#271f2b] bg-[#271f2b]"
/* SCSS */
$brand: #271f2b;
/* SwiftUI */
Color(red: 0.153, green: 0.122, blue: 0.169)
/* Android */
Color.parseColor("#271f2b")Accessibility — WCAG contrast
Aa
#271f2b on white: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271f2b on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green12.2%
Blue16.9%
CMYK percentages
Cyan9.3%
Magenta27.9%
Yellow0.0%
Key (black)83.1%
Color previews
#271f2b text on a black background
contrast 1.32:1
Card sample
#271f2b text on a white background
contrast 15.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271f2b;
Background color
Panel with #271f2b background
background-color: #271f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 31, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 31, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271f2b; background: linear-gradient(135deg, #271f2b, #2B1F27);