#af960f
a dark, electric yellow · cool · closest name: olive
RGB
175, 150, 15
HSL
51°, 84%, 37%
CMYK
0, 14, 91, 31
Luminance
0.3096
Every format
| HEX | #af960f |
| RGB | rgb(175, 150, 15) |
| HSL | hsl(51, 84%, 37%) |
| CMYK | cmyk(0%, 14%, 91%, 31%) |
| LAB | lab(62.5 -2.9 64.1) |
| LCH | lch(62.5 64.2 92.6) |
| OKLCH | oklch(0.676 0.136 96.9) |
Copy-ready code
/* CSS */
color: #af960f;
background-color: #af960f;
/* Tailwind (arbitrary) */
class="text-[#af960f] bg-[#af960f]"
/* SCSS */
$brand: #af960f;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.059)
/* Android */
Color.parseColor("#af960f")Accessibility — WCAG contrast
Aa
#af960f on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af960f on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow91.4%
Key (black)31.4%
Color previews
#af960f text on a black background
contrast 7.19:1
Card sample
#af960f text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af960f;
Background color
Panel with #af960f background
background-color: #af960f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af960f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af960f; background: linear-gradient(135deg, #af960f, #5EAF0F);