#afd0d7
a light, soft cyan · cool · closest name: silver
RGB
175, 208, 215
HSL
191°, 33%, 77%
CMYK
19, 3, 0, 16
Luminance
0.5913
Every format
| HEX | #afd0d7 |
| RGB | rgb(175, 208, 215) |
| HSL | hsl(191, 33%, 77%) |
| CMYK | cmyk(19%, 3%, 0%, 16%) |
| LAB | lab(81.4 -9.4 -7.1) |
| LCH | lch(81.4 11.8 217.1) |
| OKLCH | oklch(0.836 0.036 212.0) |
Copy-ready code
/* CSS */
color: #afd0d7;
background-color: #afd0d7;
/* Tailwind (arbitrary) */
class="text-[#afd0d7] bg-[#afd0d7]"
/* SCSS */
$brand: #afd0d7;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.843)
/* Android */
Color.parseColor("#afd0d7")Accessibility — WCAG contrast
Aa
#afd0d7 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd0d7 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta3.3%
Yellow0.0%
Key (black)15.7%
Color previews
#afd0d7 text on a black background
contrast 12.83:1
Card sample
#afd0d7 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd0d7;
Background color
Panel with #afd0d7 background
background-color: #afd0d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd0d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd0d7; background: linear-gradient(135deg, #afd0d7, #AFB5D7);