#bdcacf
a light, soft cyan · cool · closest name: silver
RGB
189, 202, 207
HSL
197°, 16%, 78%
CMYK
9, 2, 0, 19
Luminance
0.5756
Every format
| HEX | #bdcacf |
| RGB | rgb(189, 202, 207) |
| HSL | hsl(197, 16%, 78%) |
| CMYK | cmyk(9%, 2%, 0%, 19%) |
| LAB | lab(80.5 -3.4 -4.0) |
| LCH | lch(80.5 5.3 229.4) |
| OKLCH | oklch(0.831 0.016 222.7) |
Copy-ready code
/* CSS */
color: #bdcacf;
background-color: #bdcacf;
/* Tailwind (arbitrary) */
class="text-[#bdcacf] bg-[#bdcacf]"
/* SCSS */
$brand: #bdcacf;
/* SwiftUI */
Color(red: 0.741, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#bdcacf")Accessibility — WCAG contrast
Aa
#bdcacf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcacf on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green79.2%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bdcacf text on a black background
contrast 12.51:1
Card sample
#bdcacf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcacf;
Background color
Panel with #bdcacf background
background-color: #bdcacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcacf; background: linear-gradient(135deg, #bdcacf, #BDBECF);