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