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