#bfdee8
a light, vivid cyan · cool · closest name: lavender
RGB
191, 222, 232
HSL
195°, 47%, 83%
CMYK
18, 4, 0, 9
Luminance
0.6915
Every format
| HEX | #bfdee8 |
| RGB | rgb(191, 222, 232) |
| HSL | hsl(195, 47%, 83%) |
| CMYK | cmyk(18%, 4%, 0%, 9%) |
| LAB | lab(86.6 -8.1 -8.3) |
| LCH | lch(86.6 11.6 225.7) |
| OKLCH | oklch(0.881 0.036 219.2) |
Copy-ready code
/* CSS */
color: #bfdee8;
background-color: #bfdee8;
/* Tailwind (arbitrary) */
class="text-[#bfdee8] bg-[#bfdee8]"
/* SCSS */
$brand: #bfdee8;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.910)
/* Android */
Color.parseColor("#bfdee8")Accessibility — WCAG contrast
Aa
#bfdee8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdee8 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue91.0%
CMYK percentages
Cyan17.7%
Magenta4.3%
Yellow0.0%
Key (black)9.0%
Color previews
#bfdee8 text on a black background
contrast 14.83:1
Card sample
#bfdee8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdee8;
Background color
Panel with #bfdee8 background
background-color: #bfdee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdee8; background: linear-gradient(135deg, #bfdee8, #BFC3E8);