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