#afb60f
a dark, electric yellow · cool · closest name: olive
RGB
175, 182, 15
HSL
63°, 85%, 39%
CMYK
4, 0, 92, 29
Luminance
0.4260
Every format
| HEX | #afb60f |
| RGB | rgb(175, 182, 15) |
| HSL | hsl(63, 85%, 39%) |
| CMYK | cmyk(4%, 0%, 92%, 29%) |
| LAB | lab(71.3 -19.6 70.9) |
| LCH | lch(71.3 73.6 105.4) |
| OKLCH | oklch(0.746 0.163 112.5) |
Copy-ready code
/* CSS */
color: #afb60f;
background-color: #afb60f;
/* Tailwind (arbitrary) */
class="text-[#afb60f] bg-[#afb60f]"
/* SCSS */
$brand: #afb60f;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.059)
/* Android */
Color.parseColor("#afb60f")Accessibility — WCAG contrast
Aa
#afb60f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb60f on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue5.9%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow91.8%
Key (black)28.6%
Color previews
#afb60f text on a black background
contrast 9.52:1
Card sample
#afb60f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb60f;
Background color
Panel with #afb60f background
background-color: #afb60f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb60f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb60f; background: linear-gradient(135deg, #afb60f, #40B60F);