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