#bfdee7
a light, vivid cyan · cool · closest name: lavender
RGB
191, 222, 231
HSL
194°, 46%, 83%
CMYK
17, 4, 0, 9
Luminance
0.6909
Every format
| HEX | #bfdee7 |
| RGB | rgb(191, 222, 231) |
| HSL | hsl(194, 46%, 83%) |
| CMYK | cmyk(17%, 4%, 0%, 9%) |
| LAB | lab(86.5 -8.3 -7.8) |
| LCH | lch(86.5 11.4 223.2) |
| OKLCH | oklch(0.881 0.035 217.2) |
Copy-ready code
/* CSS */
color: #bfdee7;
background-color: #bfdee7;
/* Tailwind (arbitrary) */
class="text-[#bfdee7] bg-[#bfdee7]"
/* SCSS */
$brand: #bfdee7;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.906)
/* Android */
Color.parseColor("#bfdee7")Accessibility — WCAG contrast
Aa
#bfdee7 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdee7 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue90.6%
CMYK percentages
Cyan17.3%
Magenta3.9%
Yellow0.0%
Key (black)9.4%
Color previews
#bfdee7 text on a black background
contrast 14.82:1
Card sample
#bfdee7 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdee7;
Background color
Panel with #bfdee7 background
background-color: #bfdee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdee7; background: linear-gradient(135deg, #bfdee7, #BFC3E7);