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