#433c21
a deep, soft yellow · cool · closest name: darkslategray
RGB
67, 60, 33
HSL
48°, 34%, 20%
CMYK
0, 10, 51, 74
Luminance
0.0453
Every format
| HEX | #433c21 |
| RGB | rgb(67, 60, 33) |
| HSL | hsl(48, 34%, 20%) |
| CMYK | cmyk(0%, 10%, 51%, 74%) |
| LAB | lab(25.4 -1.5 17.8) |
| LCH | lch(25.4 17.8 94.7) |
| OKLCH | oklch(0.356 0.043 95.3) |
Copy-ready code
/* CSS */
color: #433c21;
background-color: #433c21;
/* Tailwind (arbitrary) */
class="text-[#433c21] bg-[#433c21]"
/* SCSS */
$brand: #433c21;
/* SwiftUI */
Color(red: 0.263, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#433c21")Accessibility — WCAG contrast
Aa
#433c21 on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433c21 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green23.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow50.7%
Key (black)73.7%
Color previews
#433c21 text on a black background
contrast 1.91:1
Card sample
#433c21 text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433c21;
Background color
Panel with #433c21 background
background-color: #433c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433c21; background: linear-gradient(135deg, #433c21, #334321);