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