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