#afbd0f
a dark, electric yellow · cool · closest name: olive
RGB
175, 189, 15
HSL
65°, 85%, 40%
CMYK
7, 0, 92, 26
Luminance
0.4554
Every format
| HEX | #afbd0f |
| RGB | rgb(175, 189, 15) |
| HSL | hsl(65, 85%, 40%) |
| CMYK | cmyk(7%, 0%, 92%, 26%) |
| LAB | lab(73.3 -23.1 72.5) |
| LCH | lch(73.3 76.0 107.6) |
| OKLCH | oklch(0.761 0.170 115.0) |
Copy-ready code
/* CSS */
color: #afbd0f;
background-color: #afbd0f;
/* Tailwind (arbitrary) */
class="text-[#afbd0f] bg-[#afbd0f]"
/* SCSS */
$brand: #afbd0f;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.059)
/* Android */
Color.parseColor("#afbd0f")Accessibility — WCAG contrast
Aa
#afbd0f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbd0f on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue5.9%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow92.1%
Key (black)25.9%
Color previews
#afbd0f text on a black background
contrast 10.11:1
Card sample
#afbd0f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbd0f;
Background color
Panel with #afbd0f background
background-color: #afbd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbd0f; background: linear-gradient(135deg, #afbd0f, #3BBD0F);