#2f2f1d
a deep, soft yellow · cool · closest name: darkslategray
RGB
47, 47, 29
HSL
60°, 24%, 15%
CMYK
0, 0, 38, 82
Luminance
0.0273
Every format
| HEX | #2f2f1d |
| RGB | rgb(47, 47, 29) |
| HSL | hsl(60, 24%, 15%) |
| CMYK | cmyk(0%, 0%, 38%, 82%) |
| LAB | lab(18.9 -3.6 11.6) |
| LCH | lch(18.9 12.1 107.2) |
| OKLCH | oklch(0.300 0.030 108.1) |
Copy-ready code
/* CSS */
color: #2f2f1d;
background-color: #2f2f1d;
/* Tailwind (arbitrary) */
class="text-[#2f2f1d] bg-[#2f2f1d]"
/* SCSS */
$brand: #2f2f1d;
/* SwiftUI */
Color(red: 0.184, green: 0.184, blue: 0.114)
/* Android */
Color.parseColor("#2f2f1d")Accessibility — WCAG contrast
Aa
#2f2f1d on white: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2f1d on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green18.4%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow38.3%
Key (black)81.6%
Color previews
#2f2f1d text on a black background
contrast 1.55:1
Card sample
#2f2f1d text on a white background
contrast 13.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2f1d;
Background color
Panel with #2f2f1d background
background-color: #2f2f1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2f1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 47, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 47, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2f1d; background: linear-gradient(135deg, #2f2f1d, #232F1D);