#af9f10
a dark, electric yellow · cool · closest name: olive
RGB
175, 159, 16
HSL
54°, 83%, 38%
CMYK
0, 9, 91, 31
Luminance
0.3395
Every format
| HEX | #af9f10 |
| RGB | rgb(175, 159, 16) |
| HSL | hsl(54, 83%, 38%) |
| CMYK | cmyk(0%, 9%, 91%, 31%) |
| LAB | lab(64.9 -7.7 65.8) |
| LCH | lch(64.9 66.3 96.7) |
| OKLCH | oklch(0.695 0.142 102.0) |
Copy-ready code
/* CSS */
color: #af9f10;
background-color: #af9f10;
/* Tailwind (arbitrary) */
class="text-[#af9f10] bg-[#af9f10]"
/* SCSS */
$brand: #af9f10;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.063)
/* Android */
Color.parseColor("#af9f10")Accessibility — WCAG contrast
Aa
#af9f10 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9f10 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow90.9%
Key (black)31.4%
Color previews
#af9f10 text on a black background
contrast 7.79:1
Card sample
#af9f10 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9f10;
Background color
Panel with #af9f10 background
background-color: #af9f10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9f10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9f10; background: linear-gradient(135deg, #af9f10, #55AF10);