#afb360
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 179, 96
HSL
63°, 35%, 54%
CMYK
2, 0, 46, 30
Luminance
0.4220
Every format
| HEX | #afb360 |
| RGB | rgb(175, 179, 96) |
| HSL | hsl(63, 35%, 54%) |
| CMYK | cmyk(2%, 0%, 46%, 30%) |
| LAB | lab(71.0 -13.6 41.6) |
| LCH | lch(71.0 43.8 108.0) |
| OKLCH | oklch(0.745 0.107 111.2) |
Copy-ready code
/* CSS */
color: #afb360;
background-color: #afb360;
/* Tailwind (arbitrary) */
class="text-[#afb360] bg-[#afb360]"
/* SCSS */
$brand: #afb360;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.376)
/* Android */
Color.parseColor("#afb360")Accessibility — WCAG contrast
Aa
#afb360 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb360 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue37.6%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow46.4%
Key (black)29.8%
Color previews
#afb360 text on a black background
contrast 9.44:1
Card sample
#afb360 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb360;
Background color
Panel with #afb360 background
background-color: #afb360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb360; background: linear-gradient(135deg, #afb360, #78B360);