#475300
a deep, electric yellow · cool · closest name: olive
RGB
71, 83, 0
HSL
69°, 100%, 16%
CMYK
15, 0, 100, 68
Luminance
0.0753
Every format
| HEX | #475300 |
| RGB | rgb(71, 83, 0) |
| HSL | hsl(69, 100%, 16%) |
| CMYK | cmyk(15%, 0%, 100%, 68%) |
| LAB | lab(33.0 -15.5 40.5) |
| LCH | lch(33.0 43.4 110.9) |
| OKLCH | oklch(0.417 0.098 118.9) |
Copy-ready code
/* CSS */
color: #475300;
background-color: #475300;
/* Tailwind (arbitrary) */
class="text-[#475300] bg-[#475300]"
/* SCSS */
$brand: #475300;
/* SwiftUI */
Color(red: 0.278, green: 0.325, blue: 0.000)
/* Android */
Color.parseColor("#475300")Accessibility — WCAG contrast
Aa
#475300 on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475300 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.5%
Blue0.0%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow100.0%
Key (black)67.5%
Color previews
#475300 text on a black background
contrast 2.51:1
Card sample
#475300 text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475300;
Background color
Panel with #475300 background
background-color: #475300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 83, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 83, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475300; background: linear-gradient(135deg, #475300, #105300);