#af9c39
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 156, 57
HSL
50°, 51%, 46%
CMYK
0, 11, 67, 31
Luminance
0.3319
Every format
| HEX | #af9c39 |
| RGB | rgb(175, 156, 57) |
| HSL | hsl(50, 51%, 46%) |
| CMYK | cmyk(0%, 11%, 67%, 31%) |
| LAB | lab(64.3 -4.6 52.4) |
| LCH | lch(64.3 52.6 95.0) |
| OKLCH | oklch(0.691 0.119 98.3) |
Copy-ready code
/* CSS */
color: #af9c39;
background-color: #af9c39;
/* Tailwind (arbitrary) */
class="text-[#af9c39] bg-[#af9c39]"
/* SCSS */
$brand: #af9c39;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.224)
/* Android */
Color.parseColor("#af9c39")Accessibility — WCAG contrast
Aa
#af9c39 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9c39 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow67.4%
Key (black)31.4%
Color previews
#af9c39 text on a black background
contrast 7.64:1
Card sample
#af9c39 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9c39;
Background color
Panel with #af9c39 background
background-color: #af9c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9c39; background: linear-gradient(135deg, #af9c39, #73AF39);