#afb082
a balanced, soft yellow · cool · closest name: tan
RGB
175, 176, 130
HSL
61°, 23%, 60%
CMYK
1, 0, 26, 31
Luminance
0.4178
Every format
| HEX | #afb082 |
| RGB | rgb(175, 176, 130) |
| HSL | hsl(61, 23%, 60%) |
| CMYK | cmyk(1%, 0%, 26%, 31%) |
| LAB | lab(70.7 -7.9 23.5) |
| LCH | lch(70.7 24.8 108.6) |
| OKLCH | oklch(0.745 0.063 108.9) |
Copy-ready code
/* CSS */
color: #afb082;
background-color: #afb082;
/* Tailwind (arbitrary) */
class="text-[#afb082] bg-[#afb082]"
/* SCSS */
$brand: #afb082;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.510)
/* Android */
Color.parseColor("#afb082")Accessibility — WCAG contrast
Aa
#afb082 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb082 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue51.0%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow26.1%
Key (black)31.0%
Color previews
#afb082 text on a black background
contrast 9.36:1
Card sample
#afb082 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb082;
Background color
Panel with #afb082 background
background-color: #afb082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb082; background: linear-gradient(135deg, #afb082, #90B082);