#747430
a dark, soft yellow · cool · closest name: olive
RGB
116, 116, 48
HSL
60°, 42%, 32%
CMYK
0, 0, 59, 55
Luminance
0.1642
Every format
| HEX | #747430 |
| RGB | rgb(116, 116, 48) |
| HSL | hsl(60, 42%, 32%) |
| CMYK | cmyk(0%, 0%, 59%, 55%) |
| LAB | lab(47.5 -9.8 36.8) |
| LCH | lch(47.5 38.1 105.0) |
| OKLCH | oklch(0.544 0.090 109.1) |
Copy-ready code
/* CSS */
color: #747430;
background-color: #747430;
/* Tailwind (arbitrary) */
class="text-[#747430] bg-[#747430]"
/* SCSS */
$brand: #747430;
/* SwiftUI */
Color(red: 0.455, green: 0.455, blue: 0.188)
/* Android */
Color.parseColor("#747430")Accessibility — WCAG contrast
Aa
#747430 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#747430 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green45.5%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow58.6%
Key (black)54.5%
Color previews
#747430 text on a black background
contrast 4.28:1
Card sample
#747430 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747430;
Background color
Panel with #747430 background
background-color: #747430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 116, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 116, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747430; background: linear-gradient(135deg, #747430, #477430);