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