#bfceee
a light, vivid blue · cool · closest name: lavender
RGB
191, 206, 238
HSL
221°, 58%, 84%
CMYK
20, 13, 0, 7
Luminance
0.6139
Every format
| HEX | #bfceee |
| RGB | rgb(191, 206, 238) |
| HSL | hsl(221, 58%, 84%) |
| CMYK | cmyk(20%, 13%, 0%, 7%) |
| LAB | lab(82.6 1.5 -17.4) |
| LCH | lch(82.6 17.5 275.0) |
| OKLCH | oklch(0.850 0.048 265.5) |
Copy-ready code
/* CSS */
color: #bfceee;
background-color: #bfceee;
/* Tailwind (arbitrary) */
class="text-[#bfceee] bg-[#bfceee]"
/* SCSS */
$brand: #bfceee;
/* SwiftUI */
Color(red: 0.749, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#bfceee")Accessibility — WCAG contrast
Aa
#bfceee on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfceee on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.8%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#bfceee text on a black background
contrast 13.28:1
Card sample
#bfceee text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfceee;
Background color
Panel with #bfceee background
background-color: #bfceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfceee; background: linear-gradient(135deg, #bfceee, #CFBFEE);