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