#afd277
a balanced, vivid green · cool · closest name: khaki
RGB
175, 210, 119
HSL
83°, 50%, 65%
CMYK
17, 0, 43, 18
Luminance
0.5654
Every format
| HEX | #afd277 |
| RGB | rgb(175, 210, 119) |
| HSL | hsl(83, 50%, 65%) |
| CMYK | cmyk(17%, 0%, 43%, 18%) |
| LAB | lab(79.9 -26.5 41.2) |
| LCH | lch(79.9 49.0 122.7) |
| OKLCH | oklch(0.818 0.124 126.2) |
Copy-ready code
/* CSS */
color: #afd277;
background-color: #afd277;
/* Tailwind (arbitrary) */
class="text-[#afd277] bg-[#afd277]"
/* SCSS */
$brand: #afd277;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.467)
/* Android */
Color.parseColor("#afd277")Accessibility — WCAG contrast
Aa
#afd277 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd277 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue46.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow43.3%
Key (black)17.6%
Color previews
#afd277 text on a black background
contrast 12.31:1
Card sample
#afd277 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd277;
Background color
Panel with #afd277 background
background-color: #afd277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd277; background: linear-gradient(135deg, #afd277, #77D27C);