#272821
a deep, muted yellow · cool · closest name: black
RGB
39, 40, 33
HSL
69°, 10%, 14%
CMYK
3, 0, 18, 84
Luminance
0.0206
Every format
| HEX | #272821 |
| RGB | rgb(39, 40, 33) |
| HSL | hsl(69, 10%, 14%) |
| CMYK | cmyk(3%, 0%, 18%, 84%) |
| LAB | lab(15.8 -2.1 4.5) |
| LCH | lch(15.8 4.9 114.8) |
| OKLCH | oklch(0.273 0.013 113.8) |
Copy-ready code
/* CSS */
color: #272821;
background-color: #272821;
/* Tailwind (arbitrary) */
class="text-[#272821] bg-[#272821]"
/* SCSS */
$brand: #272821;
/* SwiftUI */
Color(red: 0.153, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#272821")Accessibility — WCAG contrast
Aa
#272821 on white: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#272821 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green15.7%
Blue12.9%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#272821 text on a black background
contrast 1.41:1
Card sample
#272821 text on a white background
contrast 14.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #272821;
Background color
Panel with #272821 background
background-color: #272821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #272821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #272821; background: linear-gradient(135deg, #272821, #222821);