#afbcc2
a light, muted cyan · cool · closest name: silver
RGB
175, 188, 194
HSL
199°, 14%, 72%
CMYK
10, 3, 0, 24
Luminance
0.4898
Every format
| HEX | #afbcc2 |
| RGB | rgb(175, 188, 194) |
| HSL | hsl(199, 14%, 72%) |
| CMYK | cmyk(10%, 3%, 0%, 24%) |
| LAB | lab(75.4 -3.3 -4.6) |
| LCH | lch(75.4 5.6 234.3) |
| OKLCH | oklch(0.787 0.017 227.0) |
Copy-ready code
/* CSS */
color: #afbcc2;
background-color: #afbcc2;
/* Tailwind (arbitrary) */
class="text-[#afbcc2] bg-[#afbcc2]"
/* SCSS */
$brand: #afbcc2;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.761)
/* Android */
Color.parseColor("#afbcc2")Accessibility — WCAG contrast
Aa
#afbcc2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcc2 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta3.1%
Yellow0.0%
Key (black)23.9%
Color previews
#afbcc2 text on a black background
contrast 10.80:1
Card sample
#afbcc2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcc2;
Background color
Panel with #afbcc2 background
background-color: #afbcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcc2; background: linear-gradient(135deg, #afbcc2, #AFAFC2);