#43390f
a deep, vivid yellow · cool · closest name: darkslategray
RGB
67, 57, 15
HSL
49°, 63%, 16%
CMYK
0, 15, 78, 74
Luminance
0.0415
Every format
| HEX | #43390f |
| RGB | rgb(67, 57, 15) |
| HSL | hsl(49, 63%, 16%) |
| CMYK | cmyk(0%, 15%, 78%, 74%) |
| LAB | lab(24.2 -1.2 26.7) |
| LCH | lch(24.2 26.7 92.7) |
| OKLCH | oklch(0.346 0.060 95.6) |
Copy-ready code
/* CSS */
color: #43390f;
background-color: #43390f;
/* Tailwind (arbitrary) */
class="text-[#43390f] bg-[#43390f]"
/* SCSS */
$brand: #43390f;
/* SwiftUI */
Color(red: 0.263, green: 0.224, blue: 0.059)
/* Android */
Color.parseColor("#43390f")Accessibility — WCAG contrast
Aa
#43390f on white: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43390f on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green22.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow77.6%
Key (black)73.7%
Color previews
#43390f text on a black background
contrast 1.83:1
Card sample
#43390f text on a white background
contrast 11.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43390f;
Background color
Panel with #43390f background
background-color: #43390f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43390f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 57, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 57, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43390f; background: linear-gradient(135deg, #43390f, #2A430F);