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