#afd5cd
a light, soft cyan · cool · closest name: silver
RGB
175, 213, 205
HSL
167°, 31%, 76%
CMYK
18, 0, 4, 17
Luminance
0.6111
Every format
| HEX | #afd5cd |
| RGB | rgb(175, 213, 205) |
| HSL | hsl(167, 31%, 76%) |
| CMYK | cmyk(18%, 0%, 4%, 17%) |
| LAB | lab(82.4 -14.1 -0.2) |
| LCH | lch(82.4 14.1 180.8) |
| OKLCH | oklch(0.843 0.042 181.0) |
Copy-ready code
/* CSS */
color: #afd5cd;
background-color: #afd5cd;
/* Tailwind (arbitrary) */
class="text-[#afd5cd] bg-[#afd5cd]"
/* SCSS */
$brand: #afd5cd;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.804)
/* Android */
Color.parseColor("#afd5cd")Accessibility — WCAG contrast
Aa
#afd5cd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd5cd on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue80.4%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow3.8%
Key (black)16.5%
Color previews
#afd5cd text on a black background
contrast 13.22:1
Card sample
#afd5cd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd5cd;
Background color
Panel with #afd5cd background
background-color: #afd5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd5cd; background: linear-gradient(135deg, #afd5cd, #AFC4D5);