#afd4dc
a light, soft cyan · cool · closest name: silver
RGB
175, 212, 220
HSL
191°, 39%, 78%
CMYK
21, 4, 0, 14
Luminance
0.6137
Every format
| HEX | #afd4dc |
| RGB | rgb(175, 212, 220) |
| HSL | hsl(191, 39%, 78%) |
| CMYK | cmyk(21%, 4%, 0%, 14%) |
| LAB | lab(82.6 -10.4 -8.0) |
| LCH | lch(82.6 13.1 217.5) |
| OKLCH | oklch(0.846 0.041 212.3) |
Copy-ready code
/* CSS */
color: #afd4dc;
background-color: #afd4dc;
/* Tailwind (arbitrary) */
class="text-[#afd4dc] bg-[#afd4dc]"
/* SCSS */
$brand: #afd4dc;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.863)
/* Android */
Color.parseColor("#afd4dc")Accessibility — WCAG contrast
Aa
#afd4dc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4dc on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta3.6%
Yellow0.0%
Key (black)13.7%
Color previews
#afd4dc text on a black background
contrast 13.27:1
Card sample
#afd4dc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4dc;
Background color
Panel with #afd4dc background
background-color: #afd4dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4dc; background: linear-gradient(135deg, #afd4dc, #AFB6DC);