#727321
a dark, vivid yellow · cool · closest name: olive
RGB
114, 115, 33
HSL
61°, 55%, 29%
CMYK
1, 0, 71, 55
Luminance
0.1595
Every format
| HEX | #727321 |
| RGB | rgb(114, 115, 33) |
| HSL | hsl(61, 55%, 29%) |
| CMYK | cmyk(1%, 0%, 71%, 55%) |
| LAB | lab(46.9 -11.3 43.0) |
| LCH | lch(46.9 44.5 104.7) |
| OKLCH | oklch(0.538 0.102 110.1) |
Copy-ready code
/* CSS */
color: #727321;
background-color: #727321;
/* Tailwind (arbitrary) */
class="text-[#727321] bg-[#727321]"
/* SCSS */
$brand: #727321;
/* SwiftUI */
Color(red: 0.447, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#727321")Accessibility — WCAG contrast
Aa
#727321 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#727321 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#727321 text on a black background
contrast 4.19:1
Card sample
#727321 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727321;
Background color
Panel with #727321 background
background-color: #727321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727321; background: linear-gradient(135deg, #727321, #3B7321);