#2f3213
a deep, soft yellow · cool · closest name: darkslategray
RGB
47, 50, 19
HSL
66°, 45%, 14%
CMYK
6, 0, 62, 80
Luminance
0.0293
Every format
| HEX | #2f3213 |
| RGB | rgb(47, 50, 19) |
| HSL | hsl(66, 45%, 14%) |
| CMYK | cmyk(6%, 0%, 62%, 80%) |
| LAB | lab(19.8 -6.9 19.1) |
| LCH | lch(19.8 20.3 109.9) |
| OKLCH | oklch(0.306 0.049 113.9) |
Copy-ready code
/* CSS */
color: #2f3213;
background-color: #2f3213;
/* Tailwind (arbitrary) */
class="text-[#2f3213] bg-[#2f3213]"
/* SCSS */
$brand: #2f3213;
/* SwiftUI */
Color(red: 0.184, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#2f3213")Accessibility — WCAG contrast
Aa
#2f3213 on white: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3213 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green19.6%
Blue7.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow62.0%
Key (black)80.4%
Color previews
#2f3213 text on a black background
contrast 1.59:1
Card sample
#2f3213 text on a white background
contrast 13.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3213;
Background color
Panel with #2f3213 background
background-color: #2f3213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3213; background: linear-gradient(135deg, #2f3213, #1A3213);