#727421
a dark, vivid yellow · cool · closest name: olive
RGB
114, 116, 33
HSL
61°, 56%, 29%
CMYK
2, 0, 72, 55
Luminance
0.1618
Every format
| HEX | #727421 |
| RGB | rgb(114, 116, 33) |
| HSL | hsl(61, 56%, 29%) |
| CMYK | cmyk(2%, 0%, 72%, 55%) |
| LAB | lab(47.2 -11.8 43.3) |
| LCH | lch(47.2 44.9 105.3) |
| OKLCH | oklch(0.541 0.103 110.8) |
Copy-ready code
/* CSS */
color: #727421;
background-color: #727421;
/* Tailwind (arbitrary) */
class="text-[#727421] bg-[#727421]"
/* SCSS */
$brand: #727421;
/* SwiftUI */
Color(red: 0.447, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#727421")Accessibility — WCAG contrast
Aa
#727421 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#727421 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green45.5%
Blue12.9%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow71.6%
Key (black)54.5%
Color previews
#727421 text on a black background
contrast 4.24:1
Card sample
#727421 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727421;
Background color
Panel with #727421 background
background-color: #727421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727421; background: linear-gradient(135deg, #727421, #3B7421);