#afded8
a light, soft cyan · cool · closest name: silver
RGB
175, 222, 216
HSL
172°, 42%, 78%
CMYK
21, 0, 3, 13
Luminance
0.6631
Every format
| HEX | #afded8 |
| RGB | rgb(175, 222, 216) |
| HSL | hsl(172, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 3%, 13%) |
| LAB | lab(85.2 -16.4 -2.1) |
| LCH | lch(85.2 16.5 187.2) |
| OKLCH | oklch(0.866 0.049 186.7) |
Copy-ready code
/* CSS */
color: #afded8;
background-color: #afded8;
/* Tailwind (arbitrary) */
class="text-[#afded8] bg-[#afded8]"
/* SCSS */
$brand: #afded8;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.847)
/* Android */
Color.parseColor("#afded8")Accessibility — WCAG contrast
Aa
#afded8 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afded8 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue84.7%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow2.7%
Key (black)12.9%
Color previews
#afded8 text on a black background
contrast 14.26:1
Card sample
#afded8 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afded8;
Background color
Panel with #afded8 background
background-color: #afded8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afded8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afded8; background: linear-gradient(135deg, #afded8, #AFC5DE);