#2d3213
a deep, soft yellow · cool · closest name: darkslategray
RGB
45, 50, 19
HSL
70°, 45%, 14%
CMYK
10, 0, 62, 80
Luminance
0.0289
Every format
| HEX | #2d3213 |
| RGB | rgb(45, 50, 19) |
| HSL | hsl(70, 45%, 14%) |
| CMYK | cmyk(10%, 0%, 62%, 80%) |
| LAB | lab(19.6 -7.9 18.8) |
| LCH | lch(19.6 20.4 112.8) |
| OKLCH | oklch(0.304 0.050 117.0) |
Copy-ready code
/* CSS */
color: #2d3213;
background-color: #2d3213;
/* Tailwind (arbitrary) */
class="text-[#2d3213] bg-[#2d3213]"
/* SCSS */
$brand: #2d3213;
/* SwiftUI */
Color(red: 0.176, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#2d3213")Accessibility — WCAG contrast
Aa
#2d3213 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d3213 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green19.6%
Blue7.5%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow62.0%
Key (black)80.4%
Color previews
#2d3213 text on a black background
contrast 1.58:1
Card sample
#2d3213 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d3213;
Background color
Panel with #2d3213 background
background-color: #2d3213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d3213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d3213; background: linear-gradient(135deg, #2d3213, #183213);