#bdcfd4
a light, soft cyan · cool · closest name: silver
RGB
189, 207, 212
HSL
193°, 21%, 79%
CMYK
11, 2, 0, 17
Luminance
0.6020
Every format
| HEX | #bdcfd4 |
| RGB | rgb(189, 207, 212) |
| HSL | hsl(193, 21%, 79%) |
| CMYK | cmyk(11%, 2%, 0%, 17%) |
| LAB | lab(82.0 -5.1 -4.5) |
| LCH | lch(82.0 6.8 221.9) |
| OKLCH | oklch(0.842 0.021 216.2) |
Copy-ready code
/* CSS */
color: #bdcfd4;
background-color: #bdcfd4;
/* Tailwind (arbitrary) */
class="text-[#bdcfd4] bg-[#bdcfd4]"
/* SCSS */
$brand: #bdcfd4;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#bdcfd4")Accessibility — WCAG contrast
Aa
#bdcfd4 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcfd4 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue83.1%
CMYK percentages
Cyan10.8%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#bdcfd4 text on a black background
contrast 13.04:1
Card sample
#bdcfd4 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcfd4;
Background color
Panel with #bdcfd4 background
background-color: #bdcfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcfd4; background: linear-gradient(135deg, #bdcfd4, #BDC0D4);