#afd1dc
a light, soft cyan · cool · closest name: silver
RGB
175, 209, 220
HSL
195°, 39%, 78%
CMYK
21, 5, 0, 14
Luminance
0.5988
Every format
| HEX | #afd1dc |
| RGB | rgb(175, 209, 220) |
| HSL | hsl(195, 39%, 78%) |
| CMYK | cmyk(21%, 5%, 0%, 14%) |
| LAB | lab(81.8 -8.9 -9.2) |
| LCH | lch(81.8 12.8 226.0) |
| OKLCH | oklch(0.839 0.039 219.4) |
Copy-ready code
/* CSS */
color: #afd1dc;
background-color: #afd1dc;
/* Tailwind (arbitrary) */
class="text-[#afd1dc] bg-[#afd1dc]"
/* SCSS */
$brand: #afd1dc;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.863)
/* Android */
Color.parseColor("#afd1dc")Accessibility — WCAG contrast
Aa
#afd1dc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1dc on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta5.0%
Yellow0.0%
Key (black)13.7%
Color previews
#afd1dc text on a black background
contrast 12.98:1
Card sample
#afd1dc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1dc;
Background color
Panel with #afd1dc background
background-color: #afd1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1dc; background: linear-gradient(135deg, #afd1dc, #AFB3DC);