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