#afd6ce
a light, soft cyan · cool · closest name: silver
RGB
175, 214, 206
HSL
168°, 32%, 76%
CMYK
18, 0, 4, 16
Luminance
0.6166
Every format
| HEX | #afd6ce |
| RGB | rgb(175, 214, 206) |
| HSL | hsl(168, 32%, 76%) |
| CMYK | cmyk(18%, 0%, 4%, 16%) |
| LAB | lab(82.7 -14.4 -0.3) |
| LCH | lch(82.7 14.4 181.2) |
| OKLCH | oklch(0.846 0.043 181.4) |
Copy-ready code
/* CSS */
color: #afd6ce;
background-color: #afd6ce;
/* Tailwind (arbitrary) */
class="text-[#afd6ce] bg-[#afd6ce]"
/* SCSS */
$brand: #afd6ce;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.808)
/* Android */
Color.parseColor("#afd6ce")Accessibility — WCAG contrast
Aa
#afd6ce on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6ce on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue80.8%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow3.7%
Key (black)16.1%
Color previews
#afd6ce text on a black background
contrast 13.33:1
Card sample
#afd6ce text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6ce;
Background color
Panel with #afd6ce background
background-color: #afd6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6ce; background: linear-gradient(135deg, #afd6ce, #AFC4D6);