#433b13
a deep, vivid yellow · cool · closest name: darkslategray
RGB
67, 59, 19
HSL
50°, 56%, 17%
CMYK
0, 12, 72, 74
Luminance
0.0437
Every format
| HEX | #433b13 |
| RGB | rgb(67, 59, 19) |
| HSL | hsl(50, 56%, 17%) |
| CMYK | cmyk(0%, 12%, 72%, 74%) |
| LAB | lab(24.9 -2.2 25.3) |
| LCH | lch(24.9 25.4 95.0) |
| OKLCH | oklch(0.351 0.058 98.0) |
Copy-ready code
/* CSS */
color: #433b13;
background-color: #433b13;
/* Tailwind (arbitrary) */
class="text-[#433b13] bg-[#433b13]"
/* SCSS */
$brand: #433b13;
/* SwiftUI */
Color(red: 0.263, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#433b13")Accessibility — WCAG contrast
Aa
#433b13 on white: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433b13 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow71.6%
Key (black)73.7%
Color previews
#433b13 text on a black background
contrast 1.87:1
Card sample
#433b13 text on a white background
contrast 11.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433b13;
Background color
Panel with #433b13 background
background-color: #433b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433b13; background: linear-gradient(135deg, #433b13, #2B4313);