#afd7cc
a light, soft cyan · cool · closest name: silver
RGB
175, 215, 204
HSL
164°, 33%, 77%
CMYK
19, 0, 5, 16
Luminance
0.6207
Every format
| HEX | #afd7cc |
| RGB | rgb(175, 215, 204) |
| HSL | hsl(164, 33%, 77%) |
| CMYK | cmyk(19%, 0%, 5%, 16%) |
| LAB | lab(83.0 -15.3 1.1) |
| LCH | lch(83.0 15.3 176.0) |
| OKLCH | oklch(0.847 0.045 176.6) |
Copy-ready code
/* CSS */
color: #afd7cc;
background-color: #afd7cc;
/* Tailwind (arbitrary) */
class="text-[#afd7cc] bg-[#afd7cc]"
/* SCSS */
$brand: #afd7cc;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.800)
/* Android */
Color.parseColor("#afd7cc")Accessibility — WCAG contrast
Aa
#afd7cc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7cc on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue80.0%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow5.1%
Key (black)15.7%
Color previews
#afd7cc text on a black background
contrast 13.41:1
Card sample
#afd7cc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7cc;
Background color
Panel with #afd7cc background
background-color: #afd7cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7cc; background: linear-gradient(135deg, #afd7cc, #AFC7D7);