#afbe4c
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 190, 76
HSL
68°, 47%, 52%
CMYK
8, 0, 60, 26
Luminance
0.4646
Every format
| HEX | #afbe4c |
| RGB | rgb(175, 190, 76) |
| HSL | hsl(68, 47%, 52%) |
| CMYK | cmyk(8%, 0%, 60%, 26%) |
| LAB | lab(73.8 -20.9 54.4) |
| LCH | lch(73.8 58.2 111.0) |
| OKLCH | oklch(0.767 0.139 116.1) |
Copy-ready code
/* CSS */
color: #afbe4c;
background-color: #afbe4c;
/* Tailwind (arbitrary) */
class="text-[#afbe4c] bg-[#afbe4c]"
/* SCSS */
$brand: #afbe4c;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.298)
/* Android */
Color.parseColor("#afbe4c")Accessibility — WCAG contrast
Aa
#afbe4c on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbe4c on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue29.8%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow60.0%
Key (black)25.5%
Color previews
#afbe4c text on a black background
contrast 10.29:1
Card sample
#afbe4c text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbe4c;
Background color
Panel with #afbe4c background
background-color: #afbe4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbe4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbe4c; background: linear-gradient(135deg, #afbe4c, #63BE4C);