#afd7d1
a light, soft cyan · cool · closest name: silver
RGB
175, 215, 209
HSL
171°, 33%, 77%
CMYK
19, 0, 3, 16
Luminance
0.6232
Every format
| HEX | #afd7d1 |
| RGB | rgb(175, 215, 209) |
| HSL | hsl(171, 33%, 77%) |
| CMYK | cmyk(19%, 0%, 3%, 16%) |
| LAB | lab(83.1 -14.3 -1.4) |
| LCH | lch(83.1 14.3 185.6) |
| OKLCH | oklch(0.849 0.043 185.3) |
Copy-ready code
/* CSS */
color: #afd7d1;
background-color: #afd7d1;
/* Tailwind (arbitrary) */
class="text-[#afd7d1] bg-[#afd7d1]"
/* SCSS */
$brand: #afd7d1;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.820)
/* Android */
Color.parseColor("#afd7d1")Accessibility — WCAG contrast
Aa
#afd7d1 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7d1 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue82.0%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow2.8%
Key (black)15.7%
Color previews
#afd7d1 text on a black background
contrast 13.46:1
Card sample
#afd7d1 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7d1;
Background color
Panel with #afd7d1 background
background-color: #afd7d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7d1; background: linear-gradient(135deg, #afd7d1, #AFC2D7);