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