#afbeba
a light, muted cyan · cool · closest name: silver
RGB
175, 190, 186
HSL
164°, 10%, 72%
CMYK
8, 0, 2, 26
Luminance
0.4949
Every format
| HEX | #afbeba |
| RGB | rgb(175, 190, 186) |
| HSL | hsl(164, 10%, 72%) |
| CMYK | cmyk(8%, 0%, 2%, 26%) |
| LAB | lab(75.8 -5.9 0.3) |
| LCH | lch(75.8 5.9 177.6) |
| OKLCH | oklch(0.789 0.017 178.1) |
Copy-ready code
/* CSS */
color: #afbeba;
background-color: #afbeba;
/* Tailwind (arbitrary) */
class="text-[#afbeba] bg-[#afbeba]"
/* SCSS */
$brand: #afbeba;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.729)
/* Android */
Color.parseColor("#afbeba")Accessibility — WCAG contrast
Aa
#afbeba on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbeba on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue72.9%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow2.1%
Key (black)25.5%
Color previews
#afbeba text on a black background
contrast 10.90:1
Card sample
#afbeba text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbeba;
Background color
Panel with #afbeba background
background-color: #afbeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbeba; background: linear-gradient(135deg, #afbeba, #AFB8BE);