#adbfac
a light, muted green · cool · closest name: silver
RGB
173, 191, 172
HSL
117°, 13%, 71%
CMYK
9, 0, 10, 25
Luminance
0.4912
Every format
| HEX | #adbfac |
| RGB | rgb(173, 191, 172) |
| HSL | hsl(117, 13%, 71%) |
| CMYK | cmyk(9%, 0%, 10%, 25%) |
| LAB | lab(75.5 -9.8 7.5) |
| LCH | lch(75.5 12.3 142.5) |
| OKLCH | oklch(0.785 0.033 143.8) |
Copy-ready code
/* CSS */
color: #adbfac;
background-color: #adbfac;
/* Tailwind (arbitrary) */
class="text-[#adbfac] bg-[#adbfac]"
/* SCSS */
$brand: #adbfac;
/* SwiftUI */
Color(red: 0.678, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#adbfac")Accessibility — WCAG contrast
Aa
#adbfac on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbfac on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.9%
Blue67.5%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#adbfac text on a black background
contrast 10.82:1
Card sample
#adbfac text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbfac;
Background color
Panel with #adbfac background
background-color: #adbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbfac; background: linear-gradient(135deg, #adbfac, #ACBFB8);