#2d2d1f
a deep, soft yellow · cool · closest name: darkslategray
RGB
45, 45, 31
HSL
60°, 18%, 15%
CMYK
0, 0, 31, 82
Luminance
0.0253
Every format
| HEX | #2d2d1f |
| RGB | rgb(45, 45, 31) |
| HSL | hsl(60, 18%, 15%) |
| CMYK | cmyk(0%, 0%, 31%, 82%) |
| LAB | lab(18.1 -2.9 9.1) |
| LCH | lch(18.1 9.5 107.8) |
| OKLCH | oklch(0.293 0.024 107.8) |
Copy-ready code
/* CSS */
color: #2d2d1f;
background-color: #2d2d1f;
/* Tailwind (arbitrary) */
class="text-[#2d2d1f] bg-[#2d2d1f]"
/* SCSS */
$brand: #2d2d1f;
/* SwiftUI */
Color(red: 0.176, green: 0.176, blue: 0.122)
/* Android */
Color.parseColor("#2d2d1f")Accessibility — WCAG contrast
Aa
#2d2d1f on white: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d2d1f on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green17.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow31.1%
Key (black)82.4%
Color previews
#2d2d1f text on a black background
contrast 1.51:1
Card sample
#2d2d1f text on a white background
contrast 13.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d2d1f;
Background color
Panel with #2d2d1f background
background-color: #2d2d1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d2d1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 45, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 45, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d2d1f; background: linear-gradient(135deg, #2d2d1f, #242D1F);