#bdcfd3
a light, soft cyan · cool · closest name: silver
RGB
189, 207, 211
HSL
191°, 20%, 78%
CMYK
10, 2, 0, 17
Luminance
0.6015
Every format
| HEX | #bdcfd3 |
| RGB | rgb(189, 207, 211) |
| HSL | hsl(191, 20%, 78%) |
| CMYK | cmyk(10%, 2%, 0%, 17%) |
| LAB | lab(81.9 -5.3 -4.1) |
| LCH | lch(81.9 6.7 217.6) |
| OKLCH | oklch(0.842 0.020 212.6) |
Copy-ready code
/* CSS */
color: #bdcfd3;
background-color: #bdcfd3;
/* Tailwind (arbitrary) */
class="text-[#bdcfd3] bg-[#bdcfd3]"
/* SCSS */
$brand: #bdcfd3;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#bdcfd3")Accessibility — WCAG contrast
Aa
#bdcfd3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcfd3 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue82.7%
CMYK percentages
Cyan10.4%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#bdcfd3 text on a black background
contrast 13.03:1
Card sample
#bdcfd3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcfd3;
Background color
Panel with #bdcfd3 background
background-color: #bdcfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcfd3; background: linear-gradient(135deg, #bdcfd3, #BDC0D3);