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