#afd3ae
a light, soft green · cool · closest name: beige
RGB
175, 211, 174
HSL
118°, 30%, 76%
CMYK
17, 0, 18, 17
Luminance
0.5876
Every format
| HEX | #afd3ae |
| RGB | rgb(175, 211, 174) |
| HSL | hsl(118, 30%, 76%) |
| CMYK | cmyk(17%, 0%, 18%, 17%) |
| LAB | lab(81.2 -18.9 14.4) |
| LCH | lch(81.2 23.8 142.7) |
| OKLCH | oklch(0.831 0.064 144.3) |
Copy-ready code
/* CSS */
color: #afd3ae;
background-color: #afd3ae;
/* Tailwind (arbitrary) */
class="text-[#afd3ae] bg-[#afd3ae]"
/* SCSS */
$brand: #afd3ae;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.682)
/* Android */
Color.parseColor("#afd3ae")Accessibility — WCAG contrast
Aa
#afd3ae on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd3ae on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue68.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow17.5%
Key (black)17.3%
Color previews
#afd3ae text on a black background
contrast 12.75:1
Card sample
#afd3ae text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd3ae;
Background color
Panel with #afd3ae background
background-color: #afd3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd3ae; background: linear-gradient(135deg, #afd3ae, #AED3C6);