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