#bdcfd6
a light, soft cyan · cool · closest name: silver
RGB
189, 207, 214
HSL
197°, 23%, 79%
CMYK
12, 3, 0, 16
Luminance
0.6030
Every format
| HEX | #bdcfd6 |
| RGB | rgb(189, 207, 214) |
| HSL | hsl(197, 23%, 79%) |
| CMYK | cmyk(12%, 3%, 0%, 16%) |
| LAB | lab(82.0 -4.7 -5.5) |
| LCH | lch(82.0 7.3 229.9) |
| OKLCH | oklch(0.843 0.022 223.0) |
Copy-ready code
/* CSS */
color: #bdcfd6;
background-color: #bdcfd6;
/* Tailwind (arbitrary) */
class="text-[#bdcfd6] bg-[#bdcfd6]"
/* SCSS */
$brand: #bdcfd6;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#bdcfd6")Accessibility — WCAG contrast
Aa
#bdcfd6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcfd6 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue83.9%
CMYK percentages
Cyan11.7%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#bdcfd6 text on a black background
contrast 13.06:1
Card sample
#bdcfd6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcfd6;
Background color
Panel with #bdcfd6 background
background-color: #bdcfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcfd6; background: linear-gradient(135deg, #bdcfd6, #BDBED6);