#afd7c0
a light, soft green · cool · closest name: beige
RGB
175, 215, 192
HSL
146°, 33%, 77%
CMYK
19, 0, 11, 16
Luminance
0.6152
Every format
| HEX | #afd7c0 |
| RGB | rgb(175, 215, 192) |
| HSL | hsl(146, 33%, 77%) |
| CMYK | cmyk(19%, 0%, 11%, 16%) |
| LAB | lab(82.7 -17.6 7.0) |
| LCH | lch(82.7 19.0 158.3) |
| OKLCH | oklch(0.844 0.053 159.8) |
Copy-ready code
/* CSS */
color: #afd7c0;
background-color: #afd7c0;
/* Tailwind (arbitrary) */
class="text-[#afd7c0] bg-[#afd7c0]"
/* SCSS */
$brand: #afd7c0;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.753)
/* Android */
Color.parseColor("#afd7c0")Accessibility — WCAG contrast
Aa
#afd7c0 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7c0 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue75.3%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow10.7%
Key (black)15.7%
Color previews
#afd7c0 text on a black background
contrast 13.30:1
Card sample
#afd7c0 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7c0;
Background color
Panel with #afd7c0 background
background-color: #afd7c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7c0; background: linear-gradient(135deg, #afd7c0, #AFD3D7);