#afd48f
a light, soft green · cool · closest name: khaki
RGB
175, 212, 143
HSL
92°, 45%, 70%
CMYK
18, 0, 33, 17
Luminance
0.5818
Every format
| HEX | #afd48f |
| RGB | rgb(175, 212, 143) |
| HSL | hsl(92, 45%, 70%) |
| CMYK | cmyk(18%, 0%, 33%, 17%) |
| LAB | lab(80.8 -24.3 30.3) |
| LCH | lch(80.8 38.8 128.8) |
| OKLCH | oklch(0.826 0.101 131.2) |
Copy-ready code
/* CSS */
color: #afd48f;
background-color: #afd48f;
/* Tailwind (arbitrary) */
class="text-[#afd48f] bg-[#afd48f]"
/* SCSS */
$brand: #afd48f;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.561)
/* Android */
Color.parseColor("#afd48f")Accessibility — WCAG contrast
Aa
#afd48f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd48f on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue56.1%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow32.5%
Key (black)16.9%
Color previews
#afd48f text on a black background
contrast 12.64:1
Card sample
#afd48f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd48f;
Background color
Panel with #afd48f background
background-color: #afd48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd48f; background: linear-gradient(135deg, #afd48f, #8FD49D);