#afba66
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 186, 102
HSL
68°, 38%, 57%
CMYK
6, 0, 45, 27
Luminance
0.4519
Every format
| HEX | #afba66 |
| RGB | rgb(175, 186, 102) |
| HSL | hsl(68, 38%, 57%) |
| CMYK | cmyk(6%, 0%, 45%, 27%) |
| LAB | lab(73.0 -16.5 41.1) |
| LCH | lch(73.0 44.3 111.9) |
| OKLCH | oklch(0.762 0.109 115.2) |
Copy-ready code
/* CSS */
color: #afba66;
background-color: #afba66;
/* Tailwind (arbitrary) */
class="text-[#afba66] bg-[#afba66]"
/* SCSS */
$brand: #afba66;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.400)
/* Android */
Color.parseColor("#afba66")Accessibility — WCAG contrast
Aa
#afba66 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba66 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue40.0%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow45.2%
Key (black)27.1%
Color previews
#afba66 text on a black background
contrast 10.04:1
Card sample
#afba66 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba66;
Background color
Panel with #afba66 background
background-color: #afba66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba66; background: linear-gradient(135deg, #afba66, #77BA66);