#bfcddb
a light, soft blue · cool · closest name: silver
RGB
191, 205, 219
HSL
210°, 28%, 80%
CMYK
13, 6, 0, 14
Luminance
0.5985
Every format
| HEX | #bfcddb |
| RGB | rgb(191, 205, 219) |
| HSL | hsl(210, 28%, 80%) |
| CMYK | cmyk(13%, 6%, 0%, 14%) |
| LAB | lab(81.8 -1.9 -8.6) |
| LCH | lch(81.8 8.8 257.2) |
| OKLCH | oklch(0.842 0.025 248.1) |
Copy-ready code
/* CSS */
color: #bfcddb;
background-color: #bfcddb;
/* Tailwind (arbitrary) */
class="text-[#bfcddb] bg-[#bfcddb]"
/* SCSS */
$brand: #bfcddb;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#bfcddb")Accessibility — WCAG contrast
Aa
#bfcddb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcddb on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue85.9%
CMYK percentages
Cyan12.8%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#bfcddb text on a black background
contrast 12.97:1
Card sample
#bfcddb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcddb;
Background color
Panel with #bfcddb background
background-color: #bfcddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcddb; background: linear-gradient(135deg, #bfcddb, #C4BFDB);