#ad961f
a dark, vivid yellow · cool · closest name: olive
RGB
173, 150, 31
HSL
50°, 70%, 40%
CMYK
0, 13, 82, 32
Luminance
0.3080
Every format
| HEX | #ad961f |
| RGB | rgb(173, 150, 31) |
| HSL | hsl(50, 70%, 40%) |
| CMYK | cmyk(0%, 13%, 82%, 32%) |
| LAB | lab(62.3 -3.4 60.0) |
| LCH | lch(62.3 60.1 93.3) |
| OKLCH | oklch(0.674 0.131 97.3) |
Copy-ready code
/* CSS */
color: #ad961f;
background-color: #ad961f;
/* Tailwind (arbitrary) */
class="text-[#ad961f] bg-[#ad961f]"
/* SCSS */
$brand: #ad961f;
/* SwiftUI */
Color(red: 0.678, green: 0.588, blue: 0.122)
/* Android */
Color.parseColor("#ad961f")Accessibility — WCAG contrast
Aa
#ad961f on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad961f on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow82.1%
Key (black)32.2%
Color previews
#ad961f text on a black background
contrast 7.16:1
Card sample
#ad961f text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad961f;
Background color
Panel with #ad961f background
background-color: #ad961f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad961f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 150, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 150, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad961f; background: linear-gradient(135deg, #ad961f, #65AD1F);