#afd679
a light, vivid green · cool · closest name: khaki
RGB
175, 214, 121
HSL
85°, 53%, 66%
CMYK
18, 0, 44, 16
Luminance
0.5859
Every format
| HEX | #afd679 |
| RGB | rgb(175, 214, 121) |
| HSL | hsl(85, 53%, 66%) |
| CMYK | cmyk(18%, 0%, 44%, 16%) |
| LAB | lab(81.1 -28.2 41.7) |
| LCH | lch(81.1 50.3 124.1) |
| OKLCH | oklch(0.827 0.128 127.6) |
Copy-ready code
/* CSS */
color: #afd679;
background-color: #afd679;
/* Tailwind (arbitrary) */
class="text-[#afd679] bg-[#afd679]"
/* SCSS */
$brand: #afd679;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.475)
/* Android */
Color.parseColor("#afd679")Accessibility — WCAG contrast
Aa
#afd679 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd679 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue47.5%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow43.5%
Key (black)16.1%
Color previews
#afd679 text on a black background
contrast 12.72:1
Card sample
#afd679 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd679;
Background color
Panel with #afd679 background
background-color: #afd679;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd679;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd679; background: linear-gradient(135deg, #afd679, #79D681);