#afcc07
a dark, electric yellow · cool · closest name: yellow
RGB
175, 204, 7
HSL
69°, 93%, 41%
CMYK
14, 0, 97, 20
Luminance
0.5232
Every format
| HEX | #afcc07 |
| RGB | rgb(175, 204, 7) |
| HSL | hsl(69, 93%, 41%) |
| CMYK | cmyk(14%, 0%, 97%, 20%) |
| LAB | lab(77.5 -30.4 76.6) |
| LCH | lch(77.5 82.4 111.6) |
| OKLCH | oklch(0.795 0.187 119.5) |
Copy-ready code
/* CSS */
color: #afcc07;
background-color: #afcc07;
/* Tailwind (arbitrary) */
class="text-[#afcc07] bg-[#afcc07]"
/* SCSS */
$brand: #afcc07;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.027)
/* Android */
Color.parseColor("#afcc07")Accessibility — WCAG contrast
Aa
#afcc07 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc07 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue2.7%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow96.6%
Key (black)20.0%
Color previews
#afcc07 text on a black background
contrast 11.46:1
Card sample
#afcc07 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc07;
Background color
Panel with #afcc07 background
background-color: #afcc07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc07; background: linear-gradient(135deg, #afcc07, #2CCC07);