#bfc7df
a light, soft blue · warm · closest name: lavender
RGB
191, 199, 223
HSL
225°, 33%, 81%
CMYK
14, 11, 0, 13
Luminance
0.5725
Every format
| HEX | #bfc7df |
| RGB | rgb(191, 199, 223) |
| HSL | hsl(225, 33%, 81%) |
| CMYK | cmyk(14%, 11%, 0%, 13%) |
| LAB | lab(80.3 2.0 -12.8) |
| LCH | lch(80.3 13.0 279.1) |
| OKLCH | oklch(0.831 0.035 271.0) |
Copy-ready code
/* CSS */
color: #bfc7df;
background-color: #bfc7df;
/* Tailwind (arbitrary) */
class="text-[#bfc7df] bg-[#bfc7df]"
/* SCSS */
$brand: #bfc7df;
/* SwiftUI */
Color(red: 0.749, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#bfc7df")Accessibility — WCAG contrast
Aa
#bfc7df on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc7df on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.0%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta10.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bfc7df text on a black background
contrast 12.45:1
Card sample
#bfc7df text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc7df;
Background color
Panel with #bfc7df background
background-color: #bfc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc7df; background: linear-gradient(135deg, #bfc7df, #CCBFDF);