#afdeaf
a light, soft green · cool · closest name: beige
RGB
175, 222, 175
HSL
120°, 42%, 78%
CMYK
21, 0, 21, 13
Luminance
0.6445
Every format
| HEX | #afdeaf |
| RGB | rgb(175, 222, 175) |
| HSL | hsl(120, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 21%, 13%) |
| LAB | lab(84.2 -24.2 18.2) |
| LCH | lch(84.2 30.3 143.1) |
| OKLCH | oklch(0.855 0.081 144.8) |
Copy-ready code
/* CSS */
color: #afdeaf;
background-color: #afdeaf;
/* Tailwind (arbitrary) */
class="text-[#afdeaf] bg-[#afdeaf]"
/* SCSS */
$brand: #afdeaf;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.686)
/* Android */
Color.parseColor("#afdeaf")Accessibility — WCAG contrast
Aa
#afdeaf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdeaf on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue68.6%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow21.2%
Key (black)12.9%
Color previews
#afdeaf text on a black background
contrast 13.89:1
Card sample
#afdeaf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdeaf;
Background color
Panel with #afdeaf background
background-color: #afdeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdeaf; background: linear-gradient(135deg, #afdeaf, #AFDECE);