#afdfc0
a light, soft green · cool · closest name: beige
RGB
175, 223, 192
HSL
141°, 43%, 78%
CMYK
22, 0, 14, 13
Luminance
0.6570
Every format
| HEX | #afdfc0 |
| RGB | rgb(175, 223, 192) |
| HSL | hsl(141, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 14%, 13%) |
| LAB | lab(84.8 -21.6 10.2) |
| LCH | lch(84.8 23.9 154.9) |
| OKLCH | oklch(0.861 0.066 156.4) |
Copy-ready code
/* CSS */
color: #afdfc0;
background-color: #afdfc0;
/* Tailwind (arbitrary) */
class="text-[#afdfc0] bg-[#afdfc0]"
/* SCSS */
$brand: #afdfc0;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.753)
/* Android */
Color.parseColor("#afdfc0")Accessibility — WCAG contrast
Aa
#afdfc0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfc0 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue75.3%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow13.9%
Key (black)12.5%
Color previews
#afdfc0 text on a black background
contrast 14.14:1
Card sample
#afdfc0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfc0;
Background color
Panel with #afdfc0 background
background-color: #afdfc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfc0; background: linear-gradient(135deg, #afdfc0, #AFDEDF);