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