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