#afb700
a dark, electric yellow · cool · closest name: olive
RGB
175, 183, 0
HSL
63°, 100%, 36%
CMYK
4, 0, 100, 28
Luminance
0.4298
Every format
| HEX | #afb700 |
| RGB | rgb(175, 183, 0) |
| HSL | hsl(63, 100%, 36%) |
| CMYK | cmyk(4%, 0%, 100%, 28%) |
| LAB | lab(71.5 -20.3 72.9) |
| LCH | lch(71.5 75.7 105.6) |
| OKLCH | oklch(0.748 0.167 112.9) |
Copy-ready code
/* CSS */
color: #afb700;
background-color: #afb700;
/* Tailwind (arbitrary) */
class="text-[#afb700] bg-[#afb700]"
/* SCSS */
$brand: #afb700;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.000)
/* Android */
Color.parseColor("#afb700")Accessibility — WCAG contrast
Aa
#afb700 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb700 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue0.0%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow100.0%
Key (black)28.2%
Color previews
#afb700 text on a black background
contrast 9.60:1
Card sample
#afb700 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb700;
Background color
Panel with #afb700 background
background-color: #afb700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb700; background: linear-gradient(135deg, #afb700, #35B700);