#afd68f
a light, vivid green · cool · closest name: khaki
RGB
175, 214, 143
HSL
93°, 46%, 70%
CMYK
18, 0, 33, 16
Luminance
0.5919
Every format
| HEX | #afd68f |
| RGB | rgb(175, 214, 143) |
| HSL | hsl(93, 46%, 70%) |
| CMYK | cmyk(18%, 0%, 33%, 16%) |
| LAB | lab(81.4 -25.3 31.0) |
| LCH | lch(81.4 40.0 129.2) |
| OKLCH | oklch(0.831 0.104 131.7) |
Copy-ready code
/* CSS */
color: #afd68f;
background-color: #afd68f;
/* Tailwind (arbitrary) */
class="text-[#afd68f] bg-[#afd68f]"
/* SCSS */
$brand: #afd68f;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#afd68f")Accessibility — WCAG contrast
Aa
#afd68f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd68f on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue56.1%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow33.2%
Key (black)16.1%
Color previews
#afd68f text on a black background
contrast 12.84:1
Card sample
#afd68f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd68f;
Background color
Panel with #afd68f background
background-color: #afd68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd68f; background: linear-gradient(135deg, #afd68f, #8FD69E);