#afb262
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 178, 98
HSL
62°, 34%, 54%
CMYK
2, 0, 45, 30
Luminance
0.4184
Every format
| HEX | #afb262 |
| RGB | rgb(175, 178, 98) |
| HSL | hsl(62, 34%, 54%) |
| CMYK | cmyk(2%, 0%, 45%, 30%) |
| LAB | lab(70.8 -12.8 40.3) |
| LCH | lch(70.8 42.3 107.7) |
| OKLCH | oklch(0.743 0.103 110.6) |
Copy-ready code
/* CSS */
color: #afb262;
background-color: #afb262;
/* Tailwind (arbitrary) */
class="text-[#afb262] bg-[#afb262]"
/* SCSS */
$brand: #afb262;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.384)
/* Android */
Color.parseColor("#afb262")Accessibility — WCAG contrast
Aa
#afb262 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb262 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue38.4%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow44.9%
Key (black)30.2%
Color previews
#afb262 text on a black background
contrast 9.37:1
Card sample
#afb262 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb262;
Background color
Panel with #afb262 background
background-color: #afb262;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb262;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb262; background: linear-gradient(135deg, #afb262, #7AB262);