#433c13
a deep, vivid yellow · cool · closest name: darkslategray
RGB
67, 60, 19
HSL
51°, 56%, 17%
CMYK
0, 10, 72, 74
Luminance
0.0447
Every format
| HEX | #433c13 |
| RGB | rgb(67, 60, 19) |
| HSL | hsl(51, 56%, 17%) |
| CMYK | cmyk(0%, 10%, 72%, 74%) |
| LAB | lab(25.2 -2.9 25.7) |
| LCH | lch(25.2 25.8 96.4) |
| OKLCH | oklch(0.354 0.059 99.6) |
Copy-ready code
/* CSS */
color: #433c13;
background-color: #433c13;
/* Tailwind (arbitrary) */
class="text-[#433c13] bg-[#433c13]"
/* SCSS */
$brand: #433c13;
/* SwiftUI */
Color(red: 0.263, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#433c13")Accessibility — WCAG contrast
Aa
#433c13 on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433c13 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green23.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow71.6%
Key (black)73.7%
Color previews
#433c13 text on a black background
contrast 1.89:1
Card sample
#433c13 text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433c13;
Background color
Panel with #433c13 background
background-color: #433c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433c13; background: linear-gradient(135deg, #433c13, #2A4313);