#afd1cd
a light, soft cyan · cool · closest name: silver
RGB
175, 209, 205
HSL
173°, 27%, 75%
CMYK
16, 0, 2, 18
Luminance
0.5912
Every format
| HEX | #afd1cd |
| RGB | rgb(175, 209, 205) |
| HSL | hsl(173, 27%, 75%) |
| CMYK | cmyk(16%, 0%, 2%, 18%) |
| LAB | lab(81.4 -12.0 -1.8) |
| LCH | lch(81.4 12.2 188.4) |
| OKLCH | oklch(0.835 0.036 187.8) |
Copy-ready code
/* CSS */
color: #afd1cd;
background-color: #afd1cd;
/* Tailwind (arbitrary) */
class="text-[#afd1cd] bg-[#afd1cd]"
/* SCSS */
$brand: #afd1cd;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.804)
/* Android */
Color.parseColor("#afd1cd")Accessibility — WCAG contrast
Aa
#afd1cd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1cd on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue80.4%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow1.9%
Key (black)18.0%
Color previews
#afd1cd text on a black background
contrast 12.82:1
Card sample
#afd1cd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1cd;
Background color
Panel with #afd1cd background
background-color: #afd1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1cd; background: linear-gradient(135deg, #afd1cd, #AFBED1);