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