#453f13
a deep, vivid yellow · cool · closest name: darkslategray
RGB
69, 63, 19
HSL
53°, 57%, 17%
CMYK
0, 9, 73, 73
Luminance
0.0487
Every format
| HEX | #453f13 |
| RGB | rgb(69, 63, 19) |
| HSL | hsl(53, 57%, 17%) |
| CMYK | cmyk(0%, 9%, 73%, 73%) |
| LAB | lab(26.4 -3.7 27.0) |
| LCH | lch(26.4 27.3 97.8) |
| OKLCH | oklch(0.364 0.063 101.5) |
Copy-ready code
/* CSS */
color: #453f13;
background-color: #453f13;
/* Tailwind (arbitrary) */
class="text-[#453f13] bg-[#453f13]"
/* SCSS */
$brand: #453f13;
/* SwiftUI */
Color(red: 0.271, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#453f13")Accessibility — WCAG contrast
Aa
#453f13 on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453f13 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow72.5%
Key (black)72.9%
Color previews
#453f13 text on a black background
contrast 1.97:1
Card sample
#453f13 text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453f13;
Background color
Panel with #453f13 background
background-color: #453f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453f13; background: linear-gradient(135deg, #453f13, #2A4513);