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