#bfcbdf
a light, soft blue · cool · closest name: lavender
RGB
191, 203, 223
HSL
218°, 33%, 81%
CMYK
14, 9, 0, 13
Luminance
0.5912
Every format
| HEX | #bfcbdf |
| RGB | rgb(191, 203, 223) |
| HSL | hsl(218, 33%, 81%) |
| CMYK | cmyk(14%, 9%, 0%, 13%) |
| LAB | lab(81.3 -0.1 -11.3) |
| LCH | lch(81.3 11.3 269.6) |
| OKLCH | oklch(0.839 0.031 260.7) |
Copy-ready code
/* CSS */
color: #bfcbdf;
background-color: #bfcbdf;
/* Tailwind (arbitrary) */
class="text-[#bfcbdf] bg-[#bfcbdf]"
/* SCSS */
$brand: #bfcbdf;
/* SwiftUI */
Color(red: 0.749, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#bfcbdf")Accessibility — WCAG contrast
Aa
#bfcbdf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcbdf on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bfcbdf text on a black background
contrast 12.82:1
Card sample
#bfcbdf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcbdf;
Background color
Panel with #bfcbdf background
background-color: #bfcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcbdf; background: linear-gradient(135deg, #bfcbdf, #C8BFDF);