#bdcecf
a light, soft cyan · cool · closest name: silver
RGB
189, 206, 207
HSL
183°, 16%, 78%
CMYK
9, 1, 0, 19
Luminance
0.5947
Every format
| HEX | #bdcecf |
| RGB | rgb(189, 206, 207) |
| HSL | hsl(183, 16%, 78%) |
| CMYK | cmyk(9%, 1%, 0%, 19%) |
| LAB | lab(81.5 -5.5 -2.5) |
| LCH | lch(81.5 6.0 204.0) |
| OKLCH | oklch(0.839 0.018 201.1) |
Copy-ready code
/* CSS */
color: #bdcecf;
background-color: #bdcecf;
/* Tailwind (arbitrary) */
class="text-[#bdcecf] bg-[#bdcecf]"
/* SCSS */
$brand: #bdcecf;
/* SwiftUI */
Color(red: 0.741, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#bdcecf")Accessibility — WCAG contrast
Aa
#bdcecf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcecf on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.8%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bdcecf text on a black background
contrast 12.89:1
Card sample
#bdcecf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcecf;
Background color
Panel with #bdcecf background
background-color: #bdcecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcecf; background: linear-gradient(135deg, #bdcecf, #BDC2CF);