#bfdce7
a light, vivid cyan · cool · closest name: lavender
RGB
191, 220, 231
HSL
197°, 46%, 83%
CMYK
17, 5, 0, 9
Luminance
0.6803
Every format
| HEX | #bfdce7 |
| RGB | rgb(191, 220, 231) |
| HSL | hsl(197, 46%, 83%) |
| CMYK | cmyk(17%, 5%, 0%, 9%) |
| LAB | lab(86.0 -7.3 -8.6) |
| LCH | lch(86.0 11.3 229.7) |
| OKLCH | oklch(0.877 0.034 222.7) |
Copy-ready code
/* CSS */
color: #bfdce7;
background-color: #bfdce7;
/* Tailwind (arbitrary) */
class="text-[#bfdce7] bg-[#bfdce7]"
/* SCSS */
$brand: #bfdce7;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.906)
/* Android */
Color.parseColor("#bfdce7")Accessibility — WCAG contrast
Aa
#bfdce7 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdce7 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue90.6%
CMYK percentages
Cyan17.3%
Magenta4.8%
Yellow0.0%
Key (black)9.4%
Color previews
#bfdce7 text on a black background
contrast 14.61:1
Card sample
#bfdce7 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdce7;
Background color
Panel with #bfdce7 background
background-color: #bfdce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdce7; background: linear-gradient(135deg, #bfdce7, #BFC1E7);