#afbec1
a light, muted cyan · cool · closest name: silver
RGB
175, 190, 193
HSL
190°, 13%, 72%
CMYK
9, 2, 0, 24
Luminance
0.4979
Every format
| HEX | #afbec1 |
| RGB | rgb(175, 190, 193) |
| HSL | hsl(190, 13%, 72%) |
| CMYK | cmyk(9%, 2%, 0%, 24%) |
| LAB | lab(75.9 -4.5 -3.3) |
| LCH | lch(75.9 5.6 215.8) |
| OKLCH | oklch(0.791 0.017 211.0) |
Copy-ready code
/* CSS */
color: #afbec1;
background-color: #afbec1;
/* Tailwind (arbitrary) */
class="text-[#afbec1] bg-[#afbec1]"
/* SCSS */
$brand: #afbec1;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.757)
/* Android */
Color.parseColor("#afbec1")Accessibility — WCAG contrast
Aa
#afbec1 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbec1 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta1.6%
Yellow0.0%
Key (black)24.3%
Color previews
#afbec1 text on a black background
contrast 10.96:1
Card sample
#afbec1 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbec1;
Background color
Panel with #afbec1 background
background-color: #afbec1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbec1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbec1; background: linear-gradient(135deg, #afbec1, #AFB2C1);