#afccc7
a light, soft cyan · cool · closest name: silver
RGB
175, 204, 199
HSL
170°, 22%, 74%
CMYK
14, 0, 3, 20
Luminance
0.5642
Every format
| HEX | #afccc7 |
| RGB | rgb(175, 204, 199) |
| HSL | hsl(170, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 3%, 20%) |
| LAB | lab(79.8 -10.7 -0.8) |
| LCH | lch(79.8 10.7 184.1) |
| OKLCH | oklch(0.822 0.032 184.0) |
Copy-ready code
/* CSS */
color: #afccc7;
background-color: #afccc7;
/* Tailwind (arbitrary) */
class="text-[#afccc7] bg-[#afccc7]"
/* SCSS */
$brand: #afccc7;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#afccc7")Accessibility — WCAG contrast
Aa
#afccc7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccc7 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue78.0%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow2.5%
Key (black)20.0%
Color previews
#afccc7 text on a black background
contrast 12.28:1
Card sample
#afccc7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccc7;
Background color
Panel with #afccc7 background
background-color: #afccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccc7; background: linear-gradient(135deg, #afccc7, #AFBECC);