#afb397
a balanced, soft yellow · cool · closest name: tan
RGB
175, 179, 151
HSL
69°, 16%, 65%
CMYK
2, 0, 16, 30
Luminance
0.4359
Every format
| HEX | #afb397 |
| RGB | rgb(175, 179, 151) |
| HSL | hsl(69, 16%, 65%) |
| CMYK | cmyk(2%, 0%, 16%, 30%) |
| LAB | lab(72.0 -6.3 13.8) |
| LCH | lch(72.0 15.2 114.6) |
| OKLCH | oklch(0.756 0.039 113.9) |
Copy-ready code
/* CSS */
color: #afb397;
background-color: #afb397;
/* Tailwind (arbitrary) */
class="text-[#afb397] bg-[#afb397]"
/* SCSS */
$brand: #afb397;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.592)
/* Android */
Color.parseColor("#afb397")Accessibility — WCAG contrast
Aa
#afb397 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb397 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue59.2%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow15.6%
Key (black)29.8%
Color previews
#afb397 text on a black background
contrast 9.72:1
Card sample
#afb397 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb397;
Background color
Panel with #afb397 background
background-color: #afb397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb397; background: linear-gradient(135deg, #afb397, #9CB397);