#afbb21
a dark, vivid yellow · cool · closest name: olive
RGB
175, 187, 33
HSL
65°, 70%, 43%
CMYK
6, 0, 82, 27
Luminance
0.4476
Every format
| HEX | #afbb21 |
| RGB | rgb(175, 187, 33) |
| HSL | hsl(65, 70%, 43%) |
| CMYK | cmyk(6%, 0%, 82%, 27%) |
| LAB | lab(72.7 -21.6 68.5) |
| LCH | lch(72.7 71.9 107.5) |
| OKLCH | oklch(0.758 0.163 114.4) |
Copy-ready code
/* CSS */
color: #afbb21;
background-color: #afbb21;
/* Tailwind (arbitrary) */
class="text-[#afbb21] bg-[#afbb21]"
/* SCSS */
$brand: #afbb21;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.129)
/* Android */
Color.parseColor("#afbb21")Accessibility — WCAG contrast
Aa
#afbb21 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbb21 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue12.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow82.4%
Key (black)26.7%
Color previews
#afbb21 text on a black background
contrast 9.95:1
Card sample
#afbb21 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbb21;
Background color
Panel with #afbb21 background
background-color: #afbb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbb21; background: linear-gradient(135deg, #afbb21, #48BB21);