#afcccf
a light, soft cyan · cool · closest name: silver
RGB
175, 204, 207
HSL
186°, 25%, 75%
CMYK
16, 1, 0, 19
Luminance
0.5680
Every format
| HEX | #afcccf |
| RGB | rgb(175, 204, 207) |
| HSL | hsl(186, 25%, 75%) |
| CMYK | cmyk(16%, 1%, 0%, 19%) |
| LAB | lab(80.1 -9.0 -4.8) |
| LCH | lch(80.1 10.2 207.7) |
| OKLCH | oklch(0.825 0.031 204.2) |
Copy-ready code
/* CSS */
color: #afcccf;
background-color: #afcccf;
/* Tailwind (arbitrary) */
class="text-[#afcccf] bg-[#afcccf]"
/* SCSS */
$brand: #afcccf;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#afcccf")Accessibility — WCAG contrast
Aa
#afcccf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcccf on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#afcccf text on a black background
contrast 12.36:1
Card sample
#afcccf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcccf;
Background color
Panel with #afcccf background
background-color: #afcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcccf; background: linear-gradient(135deg, #afcccf, #AFB7CF);