#afd9ce
a light, soft cyan · cool · closest name: silver
RGB
175, 217, 206
HSL
164°, 36%, 77%
CMYK
19, 0, 5, 15
Luminance
0.6320
Every format
| HEX | #afd9ce |
| RGB | rgb(175, 217, 206) |
| HSL | hsl(164, 36%, 77%) |
| CMYK | cmyk(19%, 0%, 5%, 15%) |
| LAB | lab(83.5 -15.9 0.9) |
| LCH | lch(83.5 15.9 176.8) |
| OKLCH | oklch(0.852 0.047 177.4) |
Copy-ready code
/* CSS */
color: #afd9ce;
background-color: #afd9ce;
/* Tailwind (arbitrary) */
class="text-[#afd9ce] bg-[#afd9ce]"
/* SCSS */
$brand: #afd9ce;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.808)
/* Android */
Color.parseColor("#afd9ce")Accessibility — WCAG contrast
Aa
#afd9ce on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9ce on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue80.8%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow5.1%
Key (black)14.9%
Color previews
#afd9ce text on a black background
contrast 13.64:1
Card sample
#afd9ce text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9ce;
Background color
Panel with #afd9ce background
background-color: #afd9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9ce; background: linear-gradient(135deg, #afd9ce, #AFC8D9);