#afc708
a dark, electric yellow · cool · closest name: yellow
RGB
175, 199, 8
HSL
68°, 92%, 41%
CMYK
12, 0, 96, 22
Luminance
0.4998
Every format
| HEX | #afc708 |
| RGB | rgb(175, 199, 8) |
| HSL | hsl(68, 92%, 41%) |
| CMYK | cmyk(12%, 0%, 96%, 22%) |
| LAB | lab(76.1 -28.0 75.4) |
| LCH | lch(76.1 80.4 110.4) |
| OKLCH | oklch(0.784 0.181 118.1) |
Copy-ready code
/* CSS */
color: #afc708;
background-color: #afc708;
/* Tailwind (arbitrary) */
class="text-[#afc708] bg-[#afc708]"
/* SCSS */
$brand: #afc708;
/* SwiftUI */
Color(red: 0.686, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#afc708")Accessibility — WCAG contrast
Aa
#afc708 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc708 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green78.0%
Blue3.1%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow96.0%
Key (black)22.0%
Color previews
#afc708 text on a black background
contrast 11.00:1
Card sample
#afc708 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc708;
Background color
Panel with #afc708 background
background-color: #afc708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc708; background: linear-gradient(135deg, #afc708, #30C708);