#afae21
a dark, vivid yellow · cool · closest name: olive
RGB
175, 174, 33
HSL
60°, 68%, 41%
CMYK
0, 1, 81, 31
Luminance
0.3950
Every format
| HEX | #afae21 |
| RGB | rgb(175, 174, 33) |
| HSL | hsl(60, 68%, 41%) |
| CMYK | cmyk(0%, 1%, 81%, 31%) |
| LAB | lab(69.1 -15.1 65.4) |
| LCH | lch(69.1 67.1 103.0) |
| OKLCH | oklch(0.729 0.150 109.2) |
Copy-ready code
/* CSS */
color: #afae21;
background-color: #afae21;
/* Tailwind (arbitrary) */
class="text-[#afae21] bg-[#afae21]"
/* SCSS */
$brand: #afae21;
/* SwiftUI */
Color(red: 0.686, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#afae21")Accessibility — WCAG contrast
Aa
#afae21 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afae21 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow81.1%
Key (black)31.4%
Color previews
#afae21 text on a black background
contrast 8.90:1
Card sample
#afae21 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afae21;
Background color
Panel with #afae21 background
background-color: #afae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afae21; background: linear-gradient(135deg, #afae21, #51AF21);