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