#abafac
a light, muted gray · cool · closest name: silver
RGB
171, 175, 172
HSL
135°, 2%, 68%
CMYK
2, 0, 2, 31
Luminance
0.4230
Every format
| HEX | #abafac |
| RGB | rgb(171, 175, 172) |
| HSL | hsl(135, 2%, 68%) |
| CMYK | cmyk(2%, 0%, 2%, 31%) |
| LAB | lab(71.1 -2.0 1.0) |
| LCH | lch(71.1 2.2 152.3) |
| OKLCH | oklch(0.750 0.006 153.7) |
Copy-ready code
/* CSS */
color: #abafac;
background-color: #abafac;
/* Tailwind (arbitrary) */
class="text-[#abafac] bg-[#abafac]"
/* SCSS */
$brand: #abafac;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#abafac")Accessibility — WCAG contrast
Aa
#abafac on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abafac on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue67.5%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#abafac text on a black background
contrast 9.46:1
Card sample
#abafac text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abafac;
Background color
Panel with #abafac background
background-color: #abafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abafac; background: linear-gradient(135deg, #abafac, #ABAFAF);