#afd3cd
a light, soft cyan · cool · closest name: silver
RGB
175, 211, 205
HSL
170°, 29%, 76%
CMYK
17, 0, 3, 17
Luminance
0.6011
Every format
| HEX | #afd3cd |
| RGB | rgb(175, 211, 205) |
| HSL | hsl(170, 29%, 76%) |
| CMYK | cmyk(17%, 0%, 3%, 17%) |
| LAB | lab(81.9 -13.1 -1.0) |
| LCH | lch(81.9 13.1 184.3) |
| OKLCH | oklch(0.839 0.039 184.2) |
Copy-ready code
/* CSS */
color: #afd3cd;
background-color: #afd3cd;
/* Tailwind (arbitrary) */
class="text-[#afd3cd] bg-[#afd3cd]"
/* SCSS */
$brand: #afd3cd;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#afd3cd")Accessibility — WCAG contrast
Aa
#afd3cd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd3cd on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue80.4%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow2.8%
Key (black)17.3%
Color previews
#afd3cd text on a black background
contrast 13.02:1
Card sample
#afd3cd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd3cd;
Background color
Panel with #afd3cd background
background-color: #afd3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd3cd; background: linear-gradient(135deg, #afd3cd, #AFC1D3);