#afbe4f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 190, 79
HSL
68°, 46%, 53%
CMYK
8, 0, 58, 26
Luminance
0.4651
Every format
| HEX | #afbe4f |
| RGB | rgb(175, 190, 79) |
| HSL | hsl(68, 46%, 53%) |
| CMYK | cmyk(8%, 0%, 58%, 26%) |
| LAB | lab(73.9 -20.6 53.1) |
| LCH | lch(73.9 56.9 111.3) |
| OKLCH | oklch(0.768 0.137 116.2) |
Copy-ready code
/* CSS */
color: #afbe4f;
background-color: #afbe4f;
/* Tailwind (arbitrary) */
class="text-[#afbe4f] bg-[#afbe4f]"
/* SCSS */
$brand: #afbe4f;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.310)
/* Android */
Color.parseColor("#afbe4f")Accessibility — WCAG contrast
Aa
#afbe4f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbe4f on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue31.0%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow58.4%
Key (black)25.5%
Color previews
#afbe4f text on a black background
contrast 10.30:1
Card sample
#afbe4f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbe4f;
Background color
Panel with #afbe4f background
background-color: #afbe4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbe4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbe4f; background: linear-gradient(135deg, #afbe4f, #65BE4F);