#afb751
a balanced, soft yellow · cool · closest name: olivedrab
RGB
175, 183, 81
HSL
65°, 42%, 52%
CMYK
4, 0, 56, 28
Luminance
0.4358
Every format
| HEX | #afb751 |
| RGB | rgb(175, 183, 81) |
| HSL | hsl(65, 42%, 52%) |
| CMYK | cmyk(4%, 0%, 56%, 28%) |
| LAB | lab(71.9 -17.0 50.0) |
| LCH | lch(71.9 52.8 108.8) |
| OKLCH | oklch(0.752 0.127 113.1) |
Copy-ready code
/* CSS */
color: #afb751;
background-color: #afb751;
/* Tailwind (arbitrary) */
class="text-[#afb751] bg-[#afb751]"
/* SCSS */
$brand: #afb751;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.318)
/* Android */
Color.parseColor("#afb751")Accessibility — WCAG contrast
Aa
#afb751 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb751 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue31.8%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow55.7%
Key (black)28.2%
Color previews
#afb751 text on a black background
contrast 9.72:1
Card sample
#afb751 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb751;
Background color
Panel with #afb751 background
background-color: #afb751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb751; background: linear-gradient(135deg, #afb751, #6BB751);