#afdecf
a light, soft cyan · cool · closest name: silver
RGB
175, 222, 207
HSL
161°, 42%, 78%
CMYK
21, 0, 7, 13
Luminance
0.6586
Every format
| HEX | #afdecf |
| RGB | rgb(175, 222, 207) |
| HSL | hsl(161, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 7%, 13%) |
| LAB | lab(84.9 -18.2 2.4) |
| LCH | lch(84.9 18.4 172.6) |
| OKLCH | oklch(0.863 0.053 173.5) |
Copy-ready code
/* CSS */
color: #afdecf;
background-color: #afdecf;
/* Tailwind (arbitrary) */
class="text-[#afdecf] bg-[#afdecf]"
/* SCSS */
$brand: #afdecf;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#afdecf")Accessibility — WCAG contrast
Aa
#afdecf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdecf on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue81.2%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#afdecf text on a black background
contrast 14.17:1
Card sample
#afdecf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdecf;
Background color
Panel with #afdecf background
background-color: #afdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdecf; background: linear-gradient(135deg, #afdecf, #AFCEDE);