#afb13f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 177, 63
HSL
61°, 48%, 47%
CMYK
1, 0, 64, 31
Luminance
0.4092
Every format
| HEX | #afb13f |
| RGB | rgb(175, 177, 63) |
| HSL | hsl(61, 48%, 47%) |
| CMYK | cmyk(1%, 0%, 64%, 31%) |
| LAB | lab(70.1 -15.2 55.9) |
| LCH | lch(70.1 58.0 105.2) |
| OKLCH | oklch(0.737 0.135 110.3) |
Copy-ready code
/* CSS */
color: #afb13f;
background-color: #afb13f;
/* Tailwind (arbitrary) */
class="text-[#afb13f] bg-[#afb13f]"
/* SCSS */
$brand: #afb13f;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.247)
/* Android */
Color.parseColor("#afb13f")Accessibility — WCAG contrast
Aa
#afb13f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb13f on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue24.7%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow64.4%
Key (black)30.6%
Color previews
#afb13f text on a black background
contrast 9.18:1
Card sample
#afb13f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb13f;
Background color
Panel with #afb13f background
background-color: #afb13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb13f; background: linear-gradient(135deg, #afb13f, #63B13F);