#463b13
a deep, vivid yellow · cool · closest name: darkslategray
RGB
70, 59, 19
HSL
47°, 57%, 18%
CMYK
0, 16, 73, 73
Luminance
0.0448
Every format
| HEX | #463b13 |
| RGB | rgb(70, 59, 19) |
| HSL | hsl(47, 57%, 18%) |
| CMYK | cmyk(0%, 16%, 73%, 73%) |
| LAB | lab(25.2 -0.7 25.8) |
| LCH | lch(25.2 25.8 91.5) |
| OKLCH | oklch(0.355 0.059 93.7) |
Copy-ready code
/* CSS */
color: #463b13;
background-color: #463b13;
/* Tailwind (arbitrary) */
class="text-[#463b13] bg-[#463b13]"
/* SCSS */
$brand: #463b13;
/* SwiftUI */
Color(red: 0.275, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#463b13")Accessibility — WCAG contrast
Aa
#463b13 on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463b13 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow72.9%
Key (black)72.5%
Color previews
#463b13 text on a black background
contrast 1.90:1
Card sample
#463b13 text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463b13;
Background color
Panel with #463b13 background
background-color: #463b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463b13; background: linear-gradient(135deg, #463b13, #2F4613);