#afc607
a dark, electric yellow · cool · closest name: yellow
RGB
175, 198, 7
HSL
67°, 93%, 40%
CMYK
12, 0, 97, 22
Luminance
0.4952
Every format
| HEX | #afc607 |
| RGB | rgb(175, 198, 7) |
| HSL | hsl(67, 93%, 40%) |
| CMYK | cmyk(12%, 0%, 97%, 22%) |
| LAB | lab(75.8 -27.5 75.3) |
| LCH | lch(75.8 80.2 110.1) |
| OKLCH | oklch(0.782 0.181 117.9) |
Copy-ready code
/* CSS */
color: #afc607;
background-color: #afc607;
/* Tailwind (arbitrary) */
class="text-[#afc607] bg-[#afc607]"
/* SCSS */
$brand: #afc607;
/* SwiftUI */
Color(red: 0.686, green: 0.776, blue: 0.027)
/* Android */
Color.parseColor("#afc607")Accessibility — WCAG contrast
Aa
#afc607 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc607 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green77.6%
Blue2.7%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow96.5%
Key (black)22.4%
Color previews
#afc607 text on a black background
contrast 10.90:1
Card sample
#afc607 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc607;
Background color
Panel with #afc607 background
background-color: #afc607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 198, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 198, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc607; background: linear-gradient(135deg, #afc607, #30C607);