#afb34f
a balanced, soft yellow · cool · closest name: olive
RGB
175, 179, 79
HSL
62°, 40%, 51%
CMYK
2, 0, 56, 30
Luminance
0.4192
Every format
| HEX | #afb34f |
| RGB | rgb(175, 179, 79) |
| HSL | hsl(62, 40%, 51%) |
| CMYK | cmyk(2%, 0%, 56%, 30%) |
| LAB | lab(70.8 -15.1 49.6) |
| LCH | lch(70.8 51.9 106.9) |
| OKLCH | oklch(0.743 0.124 111.2) |
Copy-ready code
/* CSS */
color: #afb34f;
background-color: #afb34f;
/* Tailwind (arbitrary) */
class="text-[#afb34f] bg-[#afb34f]"
/* SCSS */
$brand: #afb34f;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.310)
/* Android */
Color.parseColor("#afb34f")Accessibility — WCAG contrast
Aa
#afb34f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb34f on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue31.0%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow55.9%
Key (black)29.8%
Color previews
#afb34f text on a black background
contrast 9.38:1
Card sample
#afb34f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb34f;
Background color
Panel with #afb34f background
background-color: #afb34f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb34f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb34f; background: linear-gradient(135deg, #afb34f, #6CB34F);