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