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