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