#afb83d
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 184, 61
HSL
64°, 50%, 48%
CMYK
5, 0, 67, 28
Luminance
0.4373
Every format
| HEX | #afb83d |
| RGB | rgb(175, 184, 61) |
| HSL | hsl(64, 50%, 48%) |
| CMYK | cmyk(5%, 0%, 67%, 28%) |
| LAB | lab(72.0 -18.9 58.7) |
| LCH | lch(72.0 61.7 107.8) |
| OKLCH | oklch(0.752 0.144 113.4) |
Copy-ready code
/* CSS */
color: #afb83d;
background-color: #afb83d;
/* Tailwind (arbitrary) */
class="text-[#afb83d] bg-[#afb83d]"
/* SCSS */
$brand: #afb83d;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.239)
/* Android */
Color.parseColor("#afb83d")Accessibility — WCAG contrast
Aa
#afb83d on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb83d on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue23.9%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow66.8%
Key (black)27.8%
Color previews
#afb83d text on a black background
contrast 9.75:1
Card sample
#afb83d text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb83d;
Background color
Panel with #afb83d background
background-color: #afb83d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb83d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb83d; background: linear-gradient(135deg, #afb83d, #5DB83D);