#afb855
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 184, 85
HSL
66°, 41%, 53%
CMYK
5, 0, 54, 28
Luminance
0.4405
Every format
| HEX | #afb855 |
| RGB | rgb(175, 184, 85) |
| HSL | hsl(66, 41%, 53%) |
| CMYK | cmyk(5%, 0%, 54%, 28%) |
| LAB | lab(72.3 -17.1 48.5) |
| LCH | lch(72.3 51.4 109.5) |
| OKLCH | oklch(0.755 0.124 113.7) |
Copy-ready code
/* CSS */
color: #afb855;
background-color: #afb855;
/* Tailwind (arbitrary) */
class="text-[#afb855] bg-[#afb855]"
/* SCSS */
$brand: #afb855;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.333)
/* Android */
Color.parseColor("#afb855")Accessibility — WCAG contrast
Aa
#afb855 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb855 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue33.3%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow53.8%
Key (black)27.8%
Color previews
#afb855 text on a black background
contrast 9.81:1
Card sample
#afb855 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb855;
Background color
Panel with #afb855 background
background-color: #afb855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb855; background: linear-gradient(135deg, #afb855, #6DB855);