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