#afb039
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 176, 57
HSL
61°, 51%, 46%
CMYK
1, 0, 68, 31
Luminance
0.4046
Every format
| HEX | #afb039 |
| RGB | rgb(175, 176, 57) |
| HSL | hsl(61, 51%, 46%) |
| CMYK | cmyk(1%, 0%, 68%, 31%) |
| LAB | lab(69.8 -15.1 58.0) |
| LCH | lch(69.8 60.0 104.6) |
| OKLCH | oklch(0.734 0.138 109.8) |
Copy-ready code
/* CSS */
color: #afb039;
background-color: #afb039;
/* Tailwind (arbitrary) */
class="text-[#afb039] bg-[#afb039]"
/* SCSS */
$brand: #afb039;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.224)
/* Android */
Color.parseColor("#afb039")Accessibility — WCAG contrast
Aa
#afb039 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb039 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue22.4%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow67.6%
Key (black)31.0%
Color previews
#afb039 text on a black background
contrast 9.09:1
Card sample
#afb039 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb039;
Background color
Panel with #afb039 background
background-color: #afb039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb039; background: linear-gradient(135deg, #afb039, #60B039);