#adafbf
a light, muted blue · warm · closest name: silver
RGB
173, 175, 191
HSL
233°, 12%, 71%
CMYK
9, 8, 0, 25
Luminance
0.4331
Every format
| HEX | #adafbf |
| RGB | rgb(173, 175, 191) |
| HSL | hsl(233, 12%, 71%) |
| CMYK | cmyk(9%, 8%, 0%, 25%) |
| LAB | lab(71.8 2.5 -8.4) |
| LCH | lch(71.8 8.7 286.3) |
| OKLCH | oklch(0.757 0.023 280.2) |
Copy-ready code
/* CSS */
color: #adafbf;
background-color: #adafbf;
/* Tailwind (arbitrary) */
class="text-[#adafbf] bg-[#adafbf]"
/* SCSS */
$brand: #adafbf;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#adafbf")Accessibility — WCAG contrast
Aa
#adafbf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafbf on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue74.9%
CMYK percentages
Cyan9.4%
Magenta8.4%
Yellow0.0%
Key (black)25.1%
Color previews
#adafbf text on a black background
contrast 9.66:1
Card sample
#adafbf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafbf;
Background color
Panel with #adafbf background
background-color: #adafbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafbf; background: linear-gradient(135deg, #adafbf, #B7ADBF);