#afb375
a balanced, soft yellow · cool · closest name: tan
RGB
175, 179, 117
HSL
64°, 29%, 58%
CMYK
2, 0, 35, 30
Luminance
0.4264
Every format
| HEX | #afb375 |
| RGB | rgb(175, 179, 117) |
| HSL | hsl(64, 29%, 58%) |
| CMYK | cmyk(2%, 0%, 35%, 30%) |
| LAB | lab(71.3 -11.2 31.2) |
| LCH | lch(71.3 33.2 109.8) |
| OKLCH | oklch(0.749 0.083 111.4) |
Copy-ready code
/* CSS */
color: #afb375;
background-color: #afb375;
/* Tailwind (arbitrary) */
class="text-[#afb375] bg-[#afb375]"
/* SCSS */
$brand: #afb375;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.459)
/* Android */
Color.parseColor("#afb375")Accessibility — WCAG contrast
Aa
#afb375 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb375 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue45.9%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow34.6%
Key (black)29.8%
Color previews
#afb375 text on a black background
contrast 9.53:1
Card sample
#afb375 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb375;
Background color
Panel with #afb375 background
background-color: #afb375;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb375;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb375; background: linear-gradient(135deg, #afb375, #86B375);