#45461b
a deep, soft yellow · cool · closest name: darkslategray
RGB
69, 70, 27
HSL
61°, 44%, 19%
CMYK
1, 0, 61, 73
Luminance
0.0572
Every format
| HEX | #45461b |
| RGB | rgb(69, 70, 27) |
| HSL | hsl(61, 44%, 19%) |
| CMYK | cmyk(1%, 0%, 61%, 73%) |
| LAB | lab(28.7 -7.3 25.3) |
| LCH | lch(28.7 26.4 106.2) |
| OKLCH | oklch(0.383 0.063 110.3) |
Copy-ready code
/* CSS */
color: #45461b;
background-color: #45461b;
/* Tailwind (arbitrary) */
class="text-[#45461b] bg-[#45461b]"
/* SCSS */
$brand: #45461b;
/* SwiftUI */
Color(red: 0.271, green: 0.275, blue: 0.106)
/* Android */
Color.parseColor("#45461b")Accessibility — WCAG contrast
Aa
#45461b on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45461b on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green27.5%
Blue10.6%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow61.4%
Key (black)72.5%
Color previews
#45461b text on a black background
contrast 2.14:1
Card sample
#45461b text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45461b;
Background color
Panel with #45461b background
background-color: #45461b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45461b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 70, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 70, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45461b; background: linear-gradient(135deg, #45461b, #28461B);