#afc621
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 198, 33
HSL
68°, 71%, 45%
CMYK
12, 0, 83, 22
Luminance
0.4961
Every format
| HEX | #afc621 |
| RGB | rgb(175, 198, 33) |
| HSL | hsl(68, 71%, 45%) |
| CMYK | cmyk(12%, 0%, 83%, 22%) |
| LAB | lab(75.8 -27.0 71.2) |
| LCH | lch(75.8 76.1 110.8) |
| OKLCH | oklch(0.782 0.174 118.0) |
Copy-ready code
/* CSS */
color: #afc621;
background-color: #afc621;
/* Tailwind (arbitrary) */
class="text-[#afc621] bg-[#afc621]"
/* SCSS */
$brand: #afc621;
/* SwiftUI */
Color(red: 0.686, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#afc621")Accessibility — WCAG contrast
Aa
#afc621 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc621 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green77.6%
Blue12.9%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#afc621 text on a black background
contrast 10.92:1
Card sample
#afc621 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc621;
Background color
Panel with #afc621 background
background-color: #afc621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc621; background: linear-gradient(135deg, #afc621, #41C621);