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