#afcf13
a dark, electric green · cool · closest name: yellow
RGB
175, 207, 19
HSL
70°, 83%, 44%
CMYK
16, 0, 91, 19
Luminance
0.5379
Every format
| HEX | #afcf13 |
| RGB | rgb(175, 207, 19) |
| HSL | hsl(70, 83%, 44%) |
| CMYK | cmyk(16%, 0%, 91%, 19%) |
| LAB | lab(78.3 -31.6 75.9) |
| LCH | lch(78.3 82.2 112.6) |
| OKLCH | oklch(0.802 0.188 120.4) |
Copy-ready code
/* CSS */
color: #afcf13;
background-color: #afcf13;
/* Tailwind (arbitrary) */
class="text-[#afcf13] bg-[#afcf13]"
/* SCSS */
$brand: #afcf13;
/* SwiftUI */
Color(red: 0.686, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#afcf13")Accessibility — WCAG contrast
Aa
#afcf13 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcf13 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.2%
Blue7.5%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#afcf13 text on a black background
contrast 11.76:1
Card sample
#afcf13 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcf13;
Background color
Panel with #afcf13 background
background-color: #afcf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcf13; background: linear-gradient(135deg, #afcf13, #32CF13);