#afd6da
a light, soft cyan · cool · closest name: silver
RGB
175, 214, 218
HSL
186°, 37%, 77%
CMYK
20, 2, 0, 15
Luminance
0.6227
Every format
| HEX | #afd6da |
| RGB | rgb(175, 214, 218) |
| HSL | hsl(186, 37%, 77%) |
| CMYK | cmyk(20%, 2%, 0%, 15%) |
| LAB | lab(83.1 -11.9 -6.2) |
| LCH | lch(83.1 13.4 207.6) |
| OKLCH | oklch(0.849 0.041 204.1) |
Copy-ready code
/* CSS */
color: #afd6da;
background-color: #afd6da;
/* Tailwind (arbitrary) */
class="text-[#afd6da] bg-[#afd6da]"
/* SCSS */
$brand: #afd6da;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.855)
/* Android */
Color.parseColor("#afd6da")Accessibility — WCAG contrast
Aa
#afd6da on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6da on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta1.8%
Yellow0.0%
Key (black)14.5%
Color previews
#afd6da text on a black background
contrast 13.45:1
Card sample
#afd6da text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6da;
Background color
Panel with #afd6da background
background-color: #afd6da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6da; background: linear-gradient(135deg, #afd6da, #AFB9DA);