#afb044
a balanced, soft yellow · cool · closest name: olive
RGB
175, 176, 68
HSL
61°, 44%, 48%
CMYK
1, 0, 61, 31
Luminance
0.4058
Every format
| HEX | #afb044 |
| RGB | rgb(175, 176, 68) |
| HSL | hsl(61, 44%, 48%) |
| CMYK | cmyk(1%, 0%, 61%, 31%) |
| LAB | lab(69.9 -14.4 53.5) |
| LCH | lch(69.9 55.4 105.0) |
| OKLCH | oklch(0.735 0.130 109.7) |
Copy-ready code
/* CSS */
color: #afb044;
background-color: #afb044;
/* Tailwind (arbitrary) */
class="text-[#afb044] bg-[#afb044]"
/* SCSS */
$brand: #afb044;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.267)
/* Android */
Color.parseColor("#afb044")Accessibility — WCAG contrast
Aa
#afb044 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb044 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue26.7%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow61.4%
Key (black)31.0%
Color previews
#afb044 text on a black background
contrast 9.12:1
Card sample
#afb044 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb044;
Background color
Panel with #afb044 background
background-color: #afb044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb044; background: linear-gradient(135deg, #afb044, #67B044);