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