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