#727521
a dark, vivid yellow · cool · closest name: olive
RGB
114, 117, 33
HSL
62°, 56%, 29%
CMYK
3, 0, 72, 54
Luminance
0.1641
Every format
| HEX | #727521 |
| RGB | rgb(114, 117, 33) |
| HSL | hsl(62, 56%, 29%) |
| CMYK | cmyk(3%, 0%, 72%, 54%) |
| LAB | lab(47.5 -12.4 43.6) |
| LCH | lch(47.5 45.3 105.8) |
| OKLCH | oklch(0.543 0.105 111.4) |
Copy-ready code
/* CSS */
color: #727521;
background-color: #727521;
/* Tailwind (arbitrary) */
class="text-[#727521] bg-[#727521]"
/* SCSS */
$brand: #727521;
/* SwiftUI */
Color(red: 0.447, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#727521")Accessibility — WCAG contrast
Aa
#727521 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#727521 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green45.9%
Blue12.9%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#727521 text on a black background
contrast 4.28:1
Card sample
#727521 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727521;
Background color
Panel with #727521 background
background-color: #727521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727521; background: linear-gradient(135deg, #727521, #3A7521);