#afb92d
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 185, 45
HSL
64°, 61%, 45%
CMYK
5, 0, 76, 28
Luminance
0.4400
Every format
| HEX | #afb92d |
| RGB | rgb(175, 185, 45) |
| HSL | hsl(64, 61%, 45%) |
| CMYK | cmyk(5%, 0%, 76%, 28%) |
| LAB | lab(72.2 -20.2 64.7) |
| LCH | lch(72.2 67.7 107.4) |
| OKLCH | oklch(0.754 0.155 113.7) |
Copy-ready code
/* CSS */
color: #afb92d;
background-color: #afb92d;
/* Tailwind (arbitrary) */
class="text-[#afb92d] bg-[#afb92d]"
/* SCSS */
$brand: #afb92d;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.176)
/* Android */
Color.parseColor("#afb92d")Accessibility — WCAG contrast
Aa
#afb92d on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb92d on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue17.6%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow75.7%
Key (black)27.5%
Color previews
#afb92d text on a black background
contrast 9.80:1
Card sample
#afb92d text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb92d;
Background color
Panel with #afb92d background
background-color: #afb92d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb92d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb92d; background: linear-gradient(135deg, #afb92d, #52B92D);