#afd7c2
a light, soft green · cool · closest name: silver
RGB
175, 215, 194
HSL
149°, 33%, 77%
CMYK
19, 0, 10, 16
Luminance
0.6161
Every format
| HEX | #afd7c2 |
| RGB | rgb(175, 215, 194) |
| HSL | hsl(149, 33%, 77%) |
| CMYK | cmyk(19%, 0%, 10%, 16%) |
| LAB | lab(82.7 -17.3 6.0) |
| LCH | lch(82.7 18.3 160.7) |
| OKLCH | oklch(0.845 0.051 162.2) |
Copy-ready code
/* CSS */
color: #afd7c2;
background-color: #afd7c2;
/* Tailwind (arbitrary) */
class="text-[#afd7c2] bg-[#afd7c2]"
/* SCSS */
$brand: #afd7c2;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.761)
/* Android */
Color.parseColor("#afd7c2")Accessibility — WCAG contrast
Aa
#afd7c2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7c2 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue76.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow9.8%
Key (black)15.7%
Color previews
#afd7c2 text on a black background
contrast 13.32:1
Card sample
#afd7c2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7c2;
Background color
Panel with #afd7c2 background
background-color: #afd7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7c2; background: linear-gradient(135deg, #afd7c2, #AFD1D7);