#afb930
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 185, 48
HSL
64°, 59%, 46%
CMYK
5, 0, 74, 28
Luminance
0.4403
Every format
| HEX | #afb930 |
| RGB | rgb(175, 185, 48) |
| HSL | hsl(64, 59%, 46%) |
| CMYK | cmyk(5%, 0%, 74%, 28%) |
| LAB | lab(72.3 -20.1 63.7) |
| LCH | lch(72.3 66.8 107.5) |
| OKLCH | oklch(0.754 0.153 113.7) |
Copy-ready code
/* CSS */
color: #afb930;
background-color: #afb930;
/* Tailwind (arbitrary) */
class="text-[#afb930] bg-[#afb930]"
/* SCSS */
$brand: #afb930;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.188)
/* Android */
Color.parseColor("#afb930")Accessibility — WCAG contrast
Aa
#afb930 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb930 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue18.8%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow74.1%
Key (black)27.5%
Color previews
#afb930 text on a black background
contrast 9.81:1
Card sample
#afb930 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb930;
Background color
Panel with #afb930 background
background-color: #afb930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb930; background: linear-gradient(135deg, #afb930, #54B930);