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