#afd970
a balanced, vivid green · cool · closest name: khaki
RGB
175, 217, 112
HSL
84°, 58%, 65%
CMYK
19, 0, 48, 15
Luminance
0.5991
Every format
| HEX | #afd970 |
| RGB | rgb(175, 217, 112) |
| HSL | hsl(84, 58%, 65%) |
| CMYK | cmyk(19%, 0%, 48%, 15%) |
| LAB | lab(81.8 -30.6 47.0) |
| LCH | lch(81.8 56.1 123.1) |
| OKLCH | oklch(0.832 0.141 127.2) |
Copy-ready code
/* CSS */
color: #afd970;
background-color: #afd970;
/* Tailwind (arbitrary) */
class="text-[#afd970] bg-[#afd970]"
/* SCSS */
$brand: #afd970;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.439)
/* Android */
Color.parseColor("#afd970")Accessibility — WCAG contrast
Aa
#afd970 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd970 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue43.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow48.4%
Key (black)14.9%
Color previews
#afd970 text on a black background
contrast 12.98:1
Card sample
#afd970 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd970;
Background color
Panel with #afd970 background
background-color: #afd970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd970; background: linear-gradient(135deg, #afd970, #70D977);