#afb754
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 183, 84
HSL
65°, 41%, 52%
CMYK
4, 0, 54, 28
Luminance
0.4362
Every format
| HEX | #afb754 |
| RGB | rgb(175, 183, 84) |
| HSL | hsl(65, 41%, 52%) |
| CMYK | cmyk(4%, 0%, 54%, 28%) |
| LAB | lab(72.0 -16.7 48.6) |
| LCH | lch(72.0 51.4 109.0) |
| OKLCH | oklch(0.753 0.124 113.2) |
Copy-ready code
/* CSS */
color: #afb754;
background-color: #afb754;
/* Tailwind (arbitrary) */
class="text-[#afb754] bg-[#afb754]"
/* SCSS */
$brand: #afb754;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.329)
/* Android */
Color.parseColor("#afb754")Accessibility — WCAG contrast
Aa
#afb754 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb754 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue32.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow54.1%
Key (black)28.2%
Color previews
#afb754 text on a black background
contrast 9.72:1
Card sample
#afb754 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb754;
Background color
Panel with #afb754 background
background-color: #afb754;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb754;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb754; background: linear-gradient(135deg, #afb754, #6DB754);