#afb296
a balanced, soft yellow · cool · closest name: tan
RGB
175, 178, 150
HSL
66°, 15%, 64%
CMYK
2, 0, 16, 30
Luminance
0.4316
Every format
| HEX | #afb296 |
| RGB | rgb(175, 178, 150) |
| HSL | hsl(66, 15%, 64%) |
| CMYK | cmyk(2%, 0%, 16%, 30%) |
| LAB | lab(71.7 -6.0 14.0) |
| LCH | lch(71.7 15.2 113.2) |
| OKLCH | oklch(0.754 0.039 112.3) |
Copy-ready code
/* CSS */
color: #afb296;
background-color: #afb296;
/* Tailwind (arbitrary) */
class="text-[#afb296] bg-[#afb296]"
/* SCSS */
$brand: #afb296;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.588)
/* Android */
Color.parseColor("#afb296")Accessibility — WCAG contrast
Aa
#afb296 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb296 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue58.8%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow15.7%
Key (black)30.2%
Color previews
#afb296 text on a black background
contrast 9.63:1
Card sample
#afb296 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb296;
Background color
Panel with #afb296 background
background-color: #afb296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb296; background: linear-gradient(135deg, #afb296, #9CB296);