#ab9708
a dark, electric yellow · cool · closest name: olive
RGB
171, 151, 8
HSL
53°, 91%, 35%
CMYK
0, 12, 95, 33
Luminance
0.3081
Every format
| HEX | #ab9708 |
| RGB | rgb(171, 151, 8) |
| HSL | hsl(53, 91%, 35%) |
| CMYK | cmyk(0%, 12%, 95%, 33%) |
| LAB | lab(62.4 -5.4 64.9) |
| LCH | lch(62.4 65.1 94.7) |
| OKLCH | oklch(0.674 0.138 99.7) |
Copy-ready code
/* CSS */
color: #ab9708;
background-color: #ab9708;
/* Tailwind (arbitrary) */
class="text-[#ab9708] bg-[#ab9708]"
/* SCSS */
$brand: #ab9708;
/* SwiftUI */
Color(red: 0.671, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#ab9708")Accessibility — WCAG contrast
Aa
#ab9708 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9708 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green59.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow95.3%
Key (black)32.9%
Color previews
#ab9708 text on a black background
contrast 7.16:1
Card sample
#ab9708 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9708;
Background color
Panel with #ab9708 background
background-color: #ab9708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9708; background: linear-gradient(135deg, #ab9708, #52AB08);