#463500
a deep, electric yellow · cool · closest name: sienna
RGB
70, 53, 0
HSL
45°, 100%, 14%
CMYK
0, 24, 100, 73
Luminance
0.0385
Every format
| HEX | #463500 |
| RGB | rgb(70, 53, 0) |
| HSL | hsl(45, 100%, 14%) |
| CMYK | cmyk(0%, 24%, 100%, 73%) |
| LAB | lab(23.2 2.1 32.2) |
| LCH | lch(23.2 32.3 86.2) |
| OKLCH | oklch(0.338 0.069 88.8) |
Copy-ready code
/* CSS */
color: #463500;
background-color: #463500;
/* Tailwind (arbitrary) */
class="text-[#463500] bg-[#463500]"
/* SCSS */
$brand: #463500;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.000)
/* Android */
Color.parseColor("#463500")Accessibility — WCAG contrast
Aa
#463500 on white: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463500 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow100.0%
Key (black)72.5%
Color previews
#463500 text on a black background
contrast 1.77:1
Card sample
#463500 text on a white background
contrast 11.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463500;
Background color
Panel with #463500 background
background-color: #463500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463500; background: linear-gradient(135deg, #463500, #284600);