#454413
a deep, vivid yellow · cool · closest name: darkslategray
RGB
69, 68, 19
HSL
59°, 57%, 17%
CMYK
0, 1, 73, 73
Luminance
0.0545
Every format
| HEX | #454413 |
| RGB | rgb(69, 68, 19) |
| HSL | hsl(59, 57%, 17%) |
| CMYK | cmyk(0%, 1%, 73%, 73%) |
| LAB | lab(28.0 -6.8 28.7) |
| LCH | lch(28.0 29.5 103.3) |
| OKLCH | oklch(0.377 0.068 108.1) |
Copy-ready code
/* CSS */
color: #454413;
background-color: #454413;
/* Tailwind (arbitrary) */
class="text-[#454413] bg-[#454413]"
/* SCSS */
$brand: #454413;
/* SwiftUI */
Color(red: 0.271, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#454413")Accessibility — WCAG contrast
Aa
#454413 on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#454413 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow72.5%
Key (black)72.9%
Color previews
#454413 text on a black background
contrast 2.09:1
Card sample
#454413 text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #454413;
Background color
Panel with #454413 background
background-color: #454413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #454413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #454413; background: linear-gradient(135deg, #454413, #254513);