#433607
a deep, electric yellow · cool · closest name: darkslategray
RGB
67, 54, 7
HSL
47°, 81%, 15%
CMYK
0, 19, 90, 74
Luminance
0.0385
Every format
| HEX | #433607 |
| RGB | rgb(67, 54, 7) |
| HSL | hsl(47, 81%, 15%) |
| CMYK | cmyk(0%, 19%, 90%, 74%) |
| LAB | lab(23.2 0.2 29.2) |
| LCH | lch(23.2 29.2 89.5) |
| OKLCH | oklch(0.338 0.064 92.4) |
Copy-ready code
/* CSS */
color: #433607;
background-color: #433607;
/* Tailwind (arbitrary) */
class="text-[#433607] bg-[#433607]"
/* SCSS */
$brand: #433607;
/* SwiftUI */
Color(red: 0.263, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#433607")Accessibility — WCAG contrast
Aa
#433607 on white: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433607 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow89.6%
Key (black)73.7%
Color previews
#433607 text on a black background
contrast 1.77:1
Card sample
#433607 text on a white background
contrast 11.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433607;
Background color
Panel with #433607 background
background-color: #433607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433607; background: linear-gradient(135deg, #433607, #284307);