#afd2cd
a light, soft cyan · cool · closest name: silver
RGB
175, 210, 205
HSL
171°, 28%, 76%
CMYK
17, 0, 2, 18
Luminance
0.5961
Every format
| HEX | #afd2cd |
| RGB | rgb(175, 210, 205) |
| HSL | hsl(171, 28%, 76%) |
| CMYK | cmyk(17%, 0%, 2%, 18%) |
| LAB | lab(81.6 -12.6 -1.4) |
| LCH | lch(81.6 12.6 186.3) |
| OKLCH | oklch(0.837 0.038 185.9) |
Copy-ready code
/* CSS */
color: #afd2cd;
background-color: #afd2cd;
/* Tailwind (arbitrary) */
class="text-[#afd2cd] bg-[#afd2cd]"
/* SCSS */
$brand: #afd2cd;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#afd2cd")Accessibility — WCAG contrast
Aa
#afd2cd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2cd on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue80.4%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#afd2cd text on a black background
contrast 12.92:1
Card sample
#afd2cd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2cd;
Background color
Panel with #afd2cd background
background-color: #afd2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2cd; background: linear-gradient(135deg, #afd2cd, #AFC0D2);