#afbc33
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 188, 51
HSL
66°, 57%, 47%
CMYK
7, 0, 73, 26
Luminance
0.4532
Every format
| HEX | #afbc33 |
| RGB | rgb(175, 188, 51) |
| HSL | hsl(66, 57%, 47%) |
| CMYK | cmyk(7%, 0%, 73%, 26%) |
| LAB | lab(73.1 -21.4 63.5) |
| LCH | lch(73.1 67.0 108.7) |
| OKLCH | oklch(0.761 0.155 114.9) |
Copy-ready code
/* CSS */
color: #afbc33;
background-color: #afbc33;
/* Tailwind (arbitrary) */
class="text-[#afbc33] bg-[#afbc33]"
/* SCSS */
$brand: #afbc33;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.200)
/* Android */
Color.parseColor("#afbc33")Accessibility — WCAG contrast
Aa
#afbc33 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc33 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue20.0%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow72.9%
Key (black)26.3%
Color previews
#afbc33 text on a black background
contrast 10.06:1
Card sample
#afbc33 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc33;
Background color
Panel with #afbc33 background
background-color: #afbc33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc33; background: linear-gradient(135deg, #afbc33, #54BC33);