#afb136
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 177, 54
HSL
61°, 53%, 45%
CMYK
1, 0, 70, 31
Luminance
0.4082
Every format
| HEX | #afb136 |
| RGB | rgb(175, 177, 54) |
| HSL | hsl(61, 53%, 45%) |
| CMYK | cmyk(1%, 0%, 70%, 31%) |
| LAB | lab(70.0 -15.8 59.4) |
| LCH | lch(70.0 61.5 104.8) |
| OKLCH | oklch(0.736 0.141 110.3) |
Copy-ready code
/* CSS */
color: #afb136;
background-color: #afb136;
/* Tailwind (arbitrary) */
class="text-[#afb136] bg-[#afb136]"
/* SCSS */
$brand: #afb136;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.212)
/* Android */
Color.parseColor("#afb136")Accessibility — WCAG contrast
Aa
#afb136 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb136 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue21.2%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow69.5%
Key (black)30.6%
Color previews
#afb136 text on a black background
contrast 9.16:1
Card sample
#afb136 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb136;
Background color
Panel with #afb136 background
background-color: #afb136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb136; background: linear-gradient(135deg, #afb136, #5DB136);