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