#afdabf
a light, soft green · cool · closest name: beige
RGB
175, 218, 191
HSL
142°, 37%, 77%
CMYK
20, 0, 12, 15
Luminance
0.6302
Every format
| HEX | #afdabf |
| RGB | rgb(175, 218, 191) |
| HSL | hsl(142, 37%, 77%) |
| CMYK | cmyk(20%, 0%, 12%, 15%) |
| LAB | lab(83.5 -19.3 8.7) |
| LCH | lch(83.5 21.2 155.8) |
| OKLCH | oklch(0.850 0.059 157.4) |
Copy-ready code
/* CSS */
color: #afdabf;
background-color: #afdabf;
/* Tailwind (arbitrary) */
class="text-[#afdabf] bg-[#afdabf]"
/* SCSS */
$brand: #afdabf;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#afdabf")Accessibility — WCAG contrast
Aa
#afdabf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdabf on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue74.9%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow12.4%
Key (black)14.5%
Color previews
#afdabf text on a black background
contrast 13.60:1
Card sample
#afdabf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdabf;
Background color
Panel with #afdabf background
background-color: #afdabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdabf; background: linear-gradient(135deg, #afdabf, #AFD8DA);