#afd563
a balanced, vivid green · cool · closest name: khaki
RGB
175, 213, 99
HSL
80°, 58%, 61%
CMYK
18, 0, 54, 17
Luminance
0.5760
Every format
| HEX | #afd563 |
| RGB | rgb(175, 213, 99) |
| HSL | hsl(80, 58%, 61%) |
| CMYK | cmyk(18%, 0%, 54%, 17%) |
| LAB | lab(80.5 -30.0 51.6) |
| LCH | lch(80.5 59.7 120.2) |
| OKLCH | oklch(0.822 0.148 124.9) |
Copy-ready code
/* CSS */
color: #afd563;
background-color: #afd563;
/* Tailwind (arbitrary) */
class="text-[#afd563] bg-[#afd563]"
/* SCSS */
$brand: #afd563;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.388)
/* Android */
Color.parseColor("#afd563")Accessibility — WCAG contrast
Aa
#afd563 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd563 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue38.8%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow53.5%
Key (black)16.5%
Color previews
#afd563 text on a black background
contrast 12.52:1
Card sample
#afd563 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd563;
Background color
Panel with #afd563 background
background-color: #afd563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd563; background: linear-gradient(135deg, #afd563, #63D563);