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