#afdfc9
a light, soft green · cool · closest name: beige
RGB
175, 223, 201
HSL
153°, 43%, 78%
CMYK
22, 0, 10, 13
Luminance
0.6611
Every format
| HEX | #afdfc9 |
| RGB | rgb(175, 223, 201) |
| HSL | hsl(153, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 10%, 13%) |
| LAB | lab(85.0 -19.9 5.7) |
| LCH | lch(85.0 20.7 164.0) |
| OKLCH | oklch(0.864 0.058 165.4) |
Copy-ready code
/* CSS */
color: #afdfc9;
background-color: #afdfc9;
/* Tailwind (arbitrary) */
class="text-[#afdfc9] bg-[#afdfc9]"
/* SCSS */
$brand: #afdfc9;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.788)
/* Android */
Color.parseColor("#afdfc9")Accessibility — WCAG contrast
Aa
#afdfc9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfc9 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue78.8%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow9.9%
Key (black)12.5%
Color previews
#afdfc9 text on a black background
contrast 14.22:1
Card sample
#afdfc9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfc9;
Background color
Panel with #afdfc9 background
background-color: #afdfc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfc9; background: linear-gradient(135deg, #afdfc9, #AFD5DF);