#bdafac
a light, muted red · warm · closest name: silver
RGB
189, 175, 172
HSL
11°, 11%, 71%
CMYK
0, 7, 9, 26
Luminance
0.4446
Every format
| HEX | #bdafac |
| RGB | rgb(189, 175, 172) |
| HSL | hsl(11, 11%, 71%) |
| CMYK | cmyk(0%, 7%, 9%, 26%) |
| LAB | lab(72.5 4.5 3.3) |
| LCH | lch(72.5 5.6 36.7) |
| OKLCH | oklch(0.765 0.017 32.0) |
Copy-ready code
/* CSS */
color: #bdafac;
background-color: #bdafac;
/* Tailwind (arbitrary) */
class="text-[#bdafac] bg-[#bdafac]"
/* SCSS */
$brand: #bdafac;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#bdafac")Accessibility — WCAG contrast
Aa
#bdafac on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafac on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow9.0%
Key (black)25.9%
Color previews
#bdafac text on a black background
contrast 9.89:1
Card sample
#bdafac text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafac;
Background color
Panel with #bdafac background
background-color: #bdafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafac; background: linear-gradient(135deg, #bdafac, #BDBAAC);