#afdfcf
a light, soft cyan · cool · closest name: beige
RGB
175, 223, 207
HSL
160°, 43%, 78%
CMYK
22, 0, 7, 13
Luminance
0.6639
Every format
| HEX | #afdfcf |
| RGB | rgb(175, 223, 207) |
| HSL | hsl(160, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 7%, 13%) |
| LAB | lab(85.2 -18.7 2.8) |
| LCH | lch(85.2 18.9 171.6) |
| OKLCH | oklch(0.866 0.054 172.6) |
Copy-ready code
/* CSS */
color: #afdfcf;
background-color: #afdfcf;
/* Tailwind (arbitrary) */
class="text-[#afdfcf] bg-[#afdfcf]"
/* SCSS */
$brand: #afdfcf;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#afdfcf")Accessibility — WCAG contrast
Aa
#afdfcf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfcf on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue81.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#afdfcf text on a black background
contrast 14.28:1
Card sample
#afdfcf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfcf;
Background color
Panel with #afdfcf background
background-color: #afdfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfcf; background: linear-gradient(135deg, #afdfcf, #AFCFDF);