#afd7c7
a light, soft green · cool · closest name: silver
RGB
175, 215, 199
HSL
156°, 33%, 77%
CMYK
19, 0, 7, 16
Luminance
0.6184
Every format
| HEX | #afd7c7 |
| RGB | rgb(175, 215, 199) |
| HSL | hsl(156, 33%, 77%) |
| CMYK | cmyk(19%, 0%, 7%, 16%) |
| LAB | lab(82.8 -16.3 3.6) |
| LCH | lch(82.8 16.7 167.7) |
| OKLCH | oklch(0.846 0.048 168.9) |
Copy-ready code
/* CSS */
color: #afd7c7;
background-color: #afd7c7;
/* Tailwind (arbitrary) */
class="text-[#afd7c7] bg-[#afd7c7]"
/* SCSS */
$brand: #afd7c7;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.780)
/* Android */
Color.parseColor("#afd7c7")Accessibility — WCAG contrast
Aa
#afd7c7 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7c7 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue78.0%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow7.4%
Key (black)15.7%
Color previews
#afd7c7 text on a black background
contrast 13.37:1
Card sample
#afd7c7 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7c7;
Background color
Panel with #afd7c7 background
background-color: #afd7c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7c7; background: linear-gradient(135deg, #afd7c7, #AFCCD7);