#bfcdea
a light, vivid blue · cool · closest name: lavender
RGB
191, 205, 234
HSL
221°, 51%, 83%
CMYK
18, 12, 0, 8
Luminance
0.6068
Every format
| HEX | #bfcdea |
| RGB | rgb(191, 205, 234) |
| HSL | hsl(221, 51%, 83%) |
| CMYK | cmyk(18%, 12%, 0%, 8%) |
| LAB | lab(82.2 1.2 -15.9) |
| LCH | lch(82.2 15.9 274.3) |
| OKLCH | oklch(0.847 0.043 265.0) |
Copy-ready code
/* CSS */
color: #bfcdea;
background-color: #bfcdea;
/* Tailwind (arbitrary) */
class="text-[#bfcdea] bg-[#bfcdea]"
/* SCSS */
$brand: #bfcdea;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.918)
/* Android */
Color.parseColor("#bfcdea")Accessibility — WCAG contrast
Aa
#bfcdea on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdea on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue91.8%
CMYK percentages
Cyan18.4%
Magenta12.4%
Yellow0.0%
Key (black)8.2%
Color previews
#bfcdea text on a black background
contrast 13.14:1
Card sample
#bfcdea text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdea;
Background color
Panel with #bfcdea background
background-color: #bfcdea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdea; background: linear-gradient(135deg, #bfcdea, #CEBFEA);