#bfd3d7
a light, soft cyan · cool · closest name: silver
RGB
191, 211, 215
HSL
190°, 23%, 80%
CMYK
11, 2, 0, 16
Luminance
0.6257
Every format
| HEX | #bfd3d7 |
| RGB | rgb(191, 211, 215) |
| HSL | hsl(190, 23%, 80%) |
| CMYK | cmyk(11%, 2%, 0%, 16%) |
| LAB | lab(83.2 -5.9 -4.3) |
| LCH | lch(83.2 7.3 215.8) |
| OKLCH | oklch(0.853 0.022 211.1) |
Copy-ready code
/* CSS */
color: #bfd3d7;
background-color: #bfd3d7;
/* Tailwind (arbitrary) */
class="text-[#bfd3d7] bg-[#bfd3d7]"
/* SCSS */
$brand: #bfd3d7;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.843)
/* Android */
Color.parseColor("#bfd3d7")Accessibility — WCAG contrast
Aa
#bfd3d7 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd3d7 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue84.3%
CMYK percentages
Cyan11.2%
Magenta1.9%
Yellow0.0%
Key (black)15.7%
Color previews
#bfd3d7 text on a black background
contrast 13.51:1
Card sample
#bfd3d7 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd3d7;
Background color
Panel with #bfd3d7 background
background-color: #bfd3d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd3d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd3d7; background: linear-gradient(135deg, #bfd3d7, #BFC3D7);