#afb127
a dark, vivid yellow · cool · closest name: olive
RGB
175, 177, 39
HSL
61°, 64%, 42%
CMYK
1, 0, 78, 31
Luminance
0.4070
Every format
| HEX | #afb127 |
| RGB | rgb(175, 177, 39) |
| HSL | hsl(61, 64%, 42%) |
| CMYK | cmyk(1%, 0%, 78%, 31%) |
| LAB | lab(70.0 -16.4 64.5) |
| LCH | lch(70.0 66.5 104.3) |
| OKLCH | oklch(0.736 0.150 110.4) |
Copy-ready code
/* CSS */
color: #afb127;
background-color: #afb127;
/* Tailwind (arbitrary) */
class="text-[#afb127] bg-[#afb127]"
/* SCSS */
$brand: #afb127;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.153)
/* Android */
Color.parseColor("#afb127")Accessibility — WCAG contrast
Aa
#afb127 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb127 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue15.3%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow78.0%
Key (black)30.6%
Color previews
#afb127 text on a black background
contrast 9.14:1
Card sample
#afb127 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb127;
Background color
Panel with #afb127 background
background-color: #afb127;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb127;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb127; background: linear-gradient(135deg, #afb127, #53B127);