#23231d
a deep, muted yellow · cool · closest name: black
RGB
35, 35, 29
HSL
60°, 9%, 13%
CMYK
0, 0, 17, 86
Luminance
0.0165
Every format
| HEX | #23231d |
| RGB | rgb(35, 35, 29) |
| HSL | hsl(60, 9%, 13%) |
| CMYK | cmyk(0%, 0%, 17%, 86%) |
| LAB | lab(13.5 -1.4 4.0) |
| LCH | lch(13.5 4.3 108.9) |
| OKLCH | oklch(0.254 0.011 107.2) |
Copy-ready code
/* CSS */
color: #23231d;
background-color: #23231d;
/* Tailwind (arbitrary) */
class="text-[#23231d] bg-[#23231d]"
/* SCSS */
$brand: #23231d;
/* SwiftUI */
Color(red: 0.137, green: 0.137, blue: 0.114)
/* Android */
Color.parseColor("#23231d")Accessibility — WCAG contrast
Aa
#23231d on white: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#23231d on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green13.7%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.1%
Key (black)86.3%
Color previews
#23231d text on a black background
contrast 1.33:1
Card sample
#23231d text on a white background
contrast 15.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23231d;
Background color
Panel with #23231d background
background-color: #23231d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23231d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 35, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 35, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23231d; background: linear-gradient(135deg, #23231d, #1F231D);