#ac9727
a dark, vivid yellow · cool · closest name: olive
RGB
172, 151, 39
HSL
51°, 63%, 41%
CMYK
0, 12, 77, 33
Luminance
0.3105
Every format
| HEX | #ac9727 |
| RGB | rgb(172, 151, 39) |
| HSL | hsl(51, 63%, 41%) |
| CMYK | cmyk(0%, 12%, 77%, 33%) |
| LAB | lab(62.5 -4.1 57.6) |
| LCH | lch(62.5 57.8 94.1) |
| OKLCH | oklch(0.676 0.127 98.0) |
Copy-ready code
/* CSS */
color: #ac9727;
background-color: #ac9727;
/* Tailwind (arbitrary) */
class="text-[#ac9727] bg-[#ac9727]"
/* SCSS */
$brand: #ac9727;
/* SwiftUI */
Color(red: 0.675, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#ac9727")Accessibility — WCAG contrast
Aa
#ac9727 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9727 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow77.3%
Key (black)32.5%
Color previews
#ac9727 text on a black background
contrast 7.21:1
Card sample
#ac9727 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9727;
Background color
Panel with #ac9727 background
background-color: #ac9727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9727; background: linear-gradient(135deg, #ac9727, #68AC27);