#afdccf
a light, soft cyan · cool · closest name: silver
RGB
175, 220, 207
HSL
163°, 39%, 78%
CMYK
21, 0, 6, 14
Luminance
0.6481
Every format
| HEX | #afdccf |
| RGB | rgb(175, 220, 207) |
| HSL | hsl(163, 39%, 78%) |
| CMYK | cmyk(21%, 0%, 6%, 14%) |
| LAB | lab(84.4 -17.2 1.6) |
| LCH | lch(84.4 17.3 174.8) |
| OKLCH | oklch(0.859 0.050 175.5) |
Copy-ready code
/* CSS */
color: #afdccf;
background-color: #afdccf;
/* Tailwind (arbitrary) */
class="text-[#afdccf] bg-[#afdccf]"
/* SCSS */
$brand: #afdccf;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#afdccf")Accessibility — WCAG contrast
Aa
#afdccf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdccf on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue81.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#afdccf text on a black background
contrast 13.96:1
Card sample
#afdccf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdccf;
Background color
Panel with #afdccf background
background-color: #afdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdccf; background: linear-gradient(135deg, #afdccf, #AFCBDC);