#afdf44
a balanced, vivid green · cool · closest name: yellow
RGB
175, 223, 68
HSL
79°, 71%, 57%
CMYK
22, 0, 70, 13
Luminance
0.6231
Every format
| HEX | #afdf44 |
| RGB | rgb(175, 223, 68) |
| HSL | hsl(79, 71%, 57%) |
| CMYK | cmyk(22%, 0%, 70%, 13%) |
| LAB | lab(83.1 -37.0 67.3) |
| LCH | lch(83.1 76.8 118.8) |
| OKLCH | oklch(0.842 0.185 125.3) |
Copy-ready code
/* CSS */
color: #afdf44;
background-color: #afdf44;
/* Tailwind (arbitrary) */
class="text-[#afdf44] bg-[#afdf44]"
/* SCSS */
$brand: #afdf44;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.267)
/* Android */
Color.parseColor("#afdf44")Accessibility — WCAG contrast
Aa
#afdf44 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf44 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue26.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow69.5%
Key (black)12.5%
Color previews
#afdf44 text on a black background
contrast 13.46:1
Card sample
#afdf44 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf44;
Background color
Panel with #afdf44 background
background-color: #afdf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf44; background: linear-gradient(135deg, #afdf44, #48DF44);