#454313
a deep, vivid yellow · cool · closest name: darkslategray
RGB
69, 67, 19
HSL
58°, 57%, 17%
CMYK
0, 3, 73, 73
Luminance
0.0533
Every format
| HEX | #454313 |
| RGB | rgb(69, 67, 19) |
| HSL | hsl(58, 57%, 17%) |
| CMYK | cmyk(0%, 3%, 73%, 73%) |
| LAB | lab(27.6 -6.2 28.4) |
| LCH | lch(27.6 29.0 102.3) |
| OKLCH | oklch(0.374 0.067 106.9) |
Copy-ready code
/* CSS */
color: #454313;
background-color: #454313;
/* Tailwind (arbitrary) */
class="text-[#454313] bg-[#454313]"
/* SCSS */
$brand: #454313;
/* SwiftUI */
Color(red: 0.271, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#454313")Accessibility — WCAG contrast
Aa
#454313 on white: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#454313 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green26.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow72.5%
Key (black)72.9%
Color previews
#454313 text on a black background
contrast 2.07:1
Card sample
#454313 text on a white background
contrast 10.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #454313;
Background color
Panel with #454313 background
background-color: #454313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #454313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #454313; background: linear-gradient(135deg, #454313, #264513);