#bfcfef
a light, vivid blue · cool · closest name: lavender
RGB
191, 207, 239
HSL
220°, 60%, 84%
CMYK
20, 13, 0, 6
Luminance
0.6193
Every format
| HEX | #bfcfef |
| RGB | rgb(191, 207, 239) |
| HSL | hsl(220, 60%, 84%) |
| CMYK | cmyk(20%, 13%, 0%, 6%) |
| LAB | lab(82.9 1.2 -17.6) |
| LCH | lch(82.9 17.6 274.0) |
| OKLCH | oklch(0.853 0.048 264.3) |
Copy-ready code
/* CSS */
color: #bfcfef;
background-color: #bfcfef;
/* Tailwind (arbitrary) */
class="text-[#bfcfef] bg-[#bfcfef]"
/* SCSS */
$brand: #bfcfef;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.937)
/* Android */
Color.parseColor("#bfcfef")Accessibility — WCAG contrast
Aa
#bfcfef on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfef on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue93.7%
CMYK percentages
Cyan20.1%
Magenta13.4%
Yellow0.0%
Key (black)6.3%
Color previews
#bfcfef text on a black background
contrast 13.39:1
Card sample
#bfcfef text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfef;
Background color
Panel with #bfcfef background
background-color: #bfcfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfef; background: linear-gradient(135deg, #bfcfef, #CFBFEF);