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