#453600
a deep, electric yellow · cool · closest name: sienna
RGB
69, 54, 0
HSL
47°, 100%, 14%
CMYK
0, 22, 100, 73
Luminance
0.0390
Every format
| HEX | #453600 |
| RGB | rgb(69, 54, 0) |
| HSL | hsl(47, 100%, 14%) |
| CMYK | cmyk(0%, 22%, 100%, 73%) |
| LAB | lab(23.4 1.0 32.3) |
| LCH | lch(23.4 32.3 88.3) |
| OKLCH | oklch(0.340 0.069 91.5) |
Copy-ready code
/* CSS */
color: #453600;
background-color: #453600;
/* Tailwind (arbitrary) */
class="text-[#453600] bg-[#453600]"
/* SCSS */
$brand: #453600;
/* SwiftUI */
Color(red: 0.271, green: 0.212, blue: 0.000)
/* Android */
Color.parseColor("#453600")Accessibility — WCAG contrast
Aa
#453600 on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453600 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green21.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow100.0%
Key (black)72.9%
Color previews
#453600 text on a black background
contrast 1.78:1
Card sample
#453600 text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453600;
Background color
Panel with #453600 background
background-color: #453600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 54, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 54, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453600; background: linear-gradient(135deg, #453600, #264500);