#afd69c
a light, soft green · cool · closest name: khaki
RGB
175, 214, 156
HSL
100°, 41%, 73%
CMYK
18, 0, 27, 16
Luminance
0.5961
Every format
| HEX | #afd69c |
| RGB | rgb(175, 214, 156) |
| HSL | hsl(100, 41%, 73%) |
| CMYK | cmyk(18%, 0%, 27%, 16%) |
| LAB | lab(81.6 -23.4 24.6) |
| LCH | lch(81.6 33.9 133.6) |
| OKLCH | oklch(0.833 0.089 135.6) |
Copy-ready code
/* CSS */
color: #afd69c;
background-color: #afd69c;
/* Tailwind (arbitrary) */
class="text-[#afd69c] bg-[#afd69c]"
/* SCSS */
$brand: #afd69c;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.612)
/* Android */
Color.parseColor("#afd69c")Accessibility — WCAG contrast
Aa
#afd69c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd69c on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue61.2%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow27.1%
Key (black)16.1%
Color previews
#afd69c text on a black background
contrast 12.92:1
Card sample
#afd69c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd69c;
Background color
Panel with #afd69c background
background-color: #afd69c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd69c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd69c; background: linear-gradient(135deg, #afd69c, #9CD6AF);