#745f21
a dark, vivid yellow · warm · closest name: olive
RGB
116, 95, 33
HSL
45°, 56%, 29%
CMYK
0, 18, 72, 55
Luminance
0.1201
Every format
| HEX | #745f21 |
| RGB | rgb(116, 95, 33) |
| HSL | hsl(45, 56%, 29%) |
| CMYK | cmyk(0%, 18%, 72%, 55%) |
| LAB | lab(41.2 1.1 37.3) |
| LCH | lch(41.2 37.3 88.3) |
| OKLCH | oklch(0.494 0.084 90.0) |
Copy-ready code
/* CSS */
color: #745f21;
background-color: #745f21;
/* Tailwind (arbitrary) */
class="text-[#745f21] bg-[#745f21]"
/* SCSS */
$brand: #745f21;
/* SwiftUI */
Color(red: 0.455, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#745f21")Accessibility — WCAG contrast
Aa
#745f21 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#745f21 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow71.6%
Key (black)54.5%
Color previews
#745f21 text on a black background
contrast 3.40:1
Card sample
#745f21 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #745f21;
Background color
Panel with #745f21 background
background-color: #745f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #745f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #745f21; background: linear-gradient(135deg, #745f21, #527421);