#afb00f
a dark, electric yellow · cool · closest name: olive
RGB
175, 176, 15
HSL
60°, 84%, 38%
CMYK
1, 0, 92, 31
Luminance
0.4020
Every format
| HEX | #afb00f |
| RGB | rgb(175, 176, 15) |
| HSL | hsl(60, 84%, 38%) |
| CMYK | cmyk(1%, 0%, 92%, 31%) |
| LAB | lab(69.6 -16.6 69.6) |
| LCH | lch(69.6 71.5 103.4) |
| OKLCH | oklch(0.732 0.157 110.1) |
Copy-ready code
/* CSS */
color: #afb00f;
background-color: #afb00f;
/* Tailwind (arbitrary) */
class="text-[#afb00f] bg-[#afb00f]"
/* SCSS */
$brand: #afb00f;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.059)
/* Android */
Color.parseColor("#afb00f")Accessibility — WCAG contrast
Aa
#afb00f on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb00f on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue5.9%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow91.5%
Key (black)31.0%
Color previews
#afb00f text on a black background
contrast 9.04:1
Card sample
#afb00f text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb00f;
Background color
Panel with #afb00f background
background-color: #afb00f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb00f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb00f; background: linear-gradient(135deg, #afb00f, #44B00F);