#afda67
a balanced, vivid green · cool · closest name: khaki
RGB
175, 218, 103
HSL
82°, 61%, 63%
CMYK
20, 0, 53, 15
Luminance
0.6024
Every format
| HEX | #afda67 |
| RGB | rgb(175, 218, 103) |
| HSL | hsl(82, 61%, 63%) |
| CMYK | cmyk(20%, 0%, 53%, 15%) |
| LAB | lab(82.0 -32.0 51.4) |
| LCH | lch(82.0 60.6 121.9) |
| OKLCH | oklch(0.834 0.151 126.5) |
Copy-ready code
/* CSS */
color: #afda67;
background-color: #afda67;
/* Tailwind (arbitrary) */
class="text-[#afda67] bg-[#afda67]"
/* SCSS */
$brand: #afda67;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.404)
/* Android */
Color.parseColor("#afda67")Accessibility — WCAG contrast
Aa
#afda67 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda67 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue40.4%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow52.8%
Key (black)14.5%
Color previews
#afda67 text on a black background
contrast 13.05:1
Card sample
#afda67 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda67;
Background color
Panel with #afda67 background
background-color: #afda67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda67; background: linear-gradient(135deg, #afda67, #67DA6B);