#afd9c2
a light, soft green · cool · closest name: beige
RGB
175, 217, 194
HSL
147°, 36%, 77%
CMYK
19, 0, 11, 15
Luminance
0.6263
Every format
| HEX | #afd9c2 |
| RGB | rgb(175, 217, 194) |
| HSL | hsl(147, 36%, 77%) |
| CMYK | cmyk(19%, 0%, 11%, 15%) |
| LAB | lab(83.3 -18.3 6.8) |
| LCH | lch(83.3 19.5 159.5) |
| OKLCH | oklch(0.849 0.054 161.0) |
Copy-ready code
/* CSS */
color: #afd9c2;
background-color: #afd9c2;
/* Tailwind (arbitrary) */
class="text-[#afd9c2] bg-[#afd9c2]"
/* SCSS */
$brand: #afd9c2;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.761)
/* Android */
Color.parseColor("#afd9c2")Accessibility — WCAG contrast
Aa
#afd9c2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9c2 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue76.1%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow10.6%
Key (black)14.9%
Color previews
#afd9c2 text on a black background
contrast 13.53:1
Card sample
#afd9c2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9c2;
Background color
Panel with #afd9c2 background
background-color: #afd9c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9c2; background: linear-gradient(135deg, #afd9c2, #AFD4D9);