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