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