#afb503
a dark, electric yellow · cool · closest name: olive
RGB
175, 181, 3
HSL
62°, 97%, 36%
CMYK
3, 0, 98, 29
Luminance
0.4217
Every format
| HEX | #afb503 |
| RGB | rgb(175, 181, 3) |
| HSL | hsl(62, 97%, 36%) |
| CMYK | cmyk(3%, 0%, 98%, 29%) |
| LAB | lab(71.0 -19.2 72.1) |
| LCH | lch(71.0 74.6 104.9) |
| OKLCH | oklch(0.743 0.164 112.2) |
Copy-ready code
/* CSS */
color: #afb503;
background-color: #afb503;
/* Tailwind (arbitrary) */
class="text-[#afb503] bg-[#afb503]"
/* SCSS */
$brand: #afb503;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.012)
/* Android */
Color.parseColor("#afb503")Accessibility — WCAG contrast
Aa
#afb503 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb503 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue1.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow98.3%
Key (black)29.0%
Color previews
#afb503 text on a black background
contrast 9.43:1
Card sample
#afb503 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb503;
Background color
Panel with #afb503 background
background-color: #afb503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb503; background: linear-gradient(135deg, #afb503, #38B503);