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