#afd9da
a light, soft cyan · cool · closest name: silver
RGB
175, 217, 218
HSL
181°, 37%, 77%
CMYK
20, 1, 0, 15
Luminance
0.6380
Every format
| HEX | #afd9da |
| RGB | rgb(175, 217, 218) |
| HSL | hsl(181, 37%, 77%) |
| CMYK | cmyk(20%, 1%, 0%, 15%) |
| LAB | lab(83.9 -13.4 -5.0) |
| LCH | lch(83.9 14.3 200.5) |
| OKLCH | oklch(0.856 0.044 198.2) |
Copy-ready code
/* CSS */
color: #afd9da;
background-color: #afd9da;
/* Tailwind (arbitrary) */
class="text-[#afd9da] bg-[#afd9da]"
/* SCSS */
$brand: #afd9da;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#afd9da")Accessibility — WCAG contrast
Aa
#afd9da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9da on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#afd9da text on a black background
contrast 13.76:1
Card sample
#afd9da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9da;
Background color
Panel with #afd9da background
background-color: #afd9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9da; background: linear-gradient(135deg, #afd9da, #AFBCDA);