#afd6cd
a light, soft cyan · cool · closest name: silver
RGB
175, 214, 205
HSL
166°, 32%, 76%
CMYK
18, 0, 4, 16
Luminance
0.6161
Every format
| HEX | #afd6cd |
| RGB | rgb(175, 214, 205) |
| HSL | hsl(166, 32%, 76%) |
| CMYK | cmyk(18%, 0%, 4%, 16%) |
| LAB | lab(82.7 -14.6 0.2) |
| LCH | lch(82.7 14.6 179.3) |
| OKLCH | oklch(0.846 0.043 179.6) |
Copy-ready code
/* CSS */
color: #afd6cd;
background-color: #afd6cd;
/* Tailwind (arbitrary) */
class="text-[#afd6cd] bg-[#afd6cd]"
/* SCSS */
$brand: #afd6cd;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#afd6cd")Accessibility — WCAG contrast
Aa
#afd6cd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6cd on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue80.4%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow4.2%
Key (black)16.1%
Color previews
#afd6cd text on a black background
contrast 13.32:1
Card sample
#afd6cd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6cd;
Background color
Panel with #afd6cd background
background-color: #afd6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6cd; background: linear-gradient(135deg, #afd6cd, #AFC5D6);