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