#afcd13
a dark, electric yellow · cool · closest name: yellow
RGB
175, 205, 19
HSL
70°, 83%, 44%
CMYK
15, 0, 91, 20
Luminance
0.5282
Every format
| HEX | #afcd13 |
| RGB | rgb(175, 205, 19) |
| HSL | hsl(70, 83%, 44%) |
| CMYK | cmyk(15%, 0%, 91%, 20%) |
| LAB | lab(77.8 -30.6 75.5) |
| LCH | lch(77.8 81.4 112.1) |
| OKLCH | oklch(0.798 0.186 119.9) |
Copy-ready code
/* CSS */
color: #afcd13;
background-color: #afcd13;
/* Tailwind (arbitrary) */
class="text-[#afcd13] bg-[#afcd13]"
/* SCSS */
$brand: #afcd13;
/* SwiftUI */
Color(red: 0.686, green: 0.804, blue: 0.075)
/* Android */
Color.parseColor("#afcd13")Accessibility — WCAG contrast
Aa
#afcd13 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcd13 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.4%
Blue7.5%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow90.7%
Key (black)19.6%
Color previews
#afcd13 text on a black background
contrast 11.56:1
Card sample
#afcd13 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcd13;
Background color
Panel with #afcd13 background
background-color: #afcd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 205, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 205, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcd13; background: linear-gradient(135deg, #afcd13, #33CD13);