#afd063
a balanced, vivid green · cool · closest name: khaki
RGB
175, 208, 99
HSL
78°, 54%, 60%
CMYK
16, 0, 52, 18
Luminance
0.5513
Every format
| HEX | #afd063 |
| RGB | rgb(175, 208, 99) |
| HSL | hsl(78, 54%, 60%) |
| CMYK | cmyk(16%, 0%, 52%, 18%) |
| LAB | lab(79.1 -27.7 49.9) |
| LCH | lch(79.1 57.1 119.0) |
| OKLCH | oklch(0.810 0.141 123.5) |
Copy-ready code
/* CSS */
color: #afd063;
background-color: #afd063;
/* Tailwind (arbitrary) */
class="text-[#afd063] bg-[#afd063]"
/* SCSS */
$brand: #afd063;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.388)
/* Android */
Color.parseColor("#afd063")Accessibility — WCAG contrast
Aa
#afd063 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd063 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue38.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow52.4%
Key (black)18.4%
Color previews
#afd063 text on a black background
contrast 12.03:1
Card sample
#afd063 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd063;
Background color
Panel with #afd063 background
background-color: #afd063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd063; background: linear-gradient(135deg, #afd063, #66D063);