#afd683
a light, vivid green · cool · closest name: khaki
RGB
175, 214, 131
HSL
88°, 50%, 68%
CMYK
18, 0, 39, 16
Luminance
0.5885
Every format
| HEX | #afd683 |
| RGB | rgb(175, 214, 131) |
| HSL | hsl(88, 50%, 68%) |
| CMYK | cmyk(18%, 0%, 39%, 16%) |
| LAB | lab(81.2 -26.9 36.9) |
| LCH | lch(81.2 45.7 126.2) |
| OKLCH | oklch(0.829 0.117 129.2) |
Copy-ready code
/* CSS */
color: #afd683;
background-color: #afd683;
/* Tailwind (arbitrary) */
class="text-[#afd683] bg-[#afd683]"
/* SCSS */
$brand: #afd683;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.514)
/* Android */
Color.parseColor("#afd683")Accessibility — WCAG contrast
Aa
#afd683 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd683 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue51.4%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow38.8%
Key (black)16.1%
Color previews
#afd683 text on a black background
contrast 12.77:1
Card sample
#afd683 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd683;
Background color
Panel with #afd683 background
background-color: #afd683;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd683;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd683; background: linear-gradient(135deg, #afd683, #83D68E);