#bfdce8
a light, vivid cyan · cool · closest name: lavender
RGB
191, 220, 232
HSL
198°, 47%, 83%
CMYK
18, 5, 0, 9
Luminance
0.6809
Every format
| HEX | #bfdce8 |
| RGB | rgb(191, 220, 232) |
| HSL | hsl(198, 47%, 83%) |
| CMYK | cmyk(18%, 5%, 0%, 9%) |
| LAB | lab(86.0 -7.1 -9.1) |
| LCH | lch(86.0 11.5 232.1) |
| OKLCH | oklch(0.877 0.035 224.7) |
Copy-ready code
/* CSS */
color: #bfdce8;
background-color: #bfdce8;
/* Tailwind (arbitrary) */
class="text-[#bfdce8] bg-[#bfdce8]"
/* SCSS */
$brand: #bfdce8;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.910)
/* Android */
Color.parseColor("#bfdce8")Accessibility — WCAG contrast
Aa
#bfdce8 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdce8 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue91.0%
CMYK percentages
Cyan17.7%
Magenta5.2%
Yellow0.0%
Key (black)9.0%
Color previews
#bfdce8 text on a black background
contrast 14.62:1
Card sample
#bfdce8 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdce8;
Background color
Panel with #bfdce8 background
background-color: #bfdce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdce8; background: linear-gradient(135deg, #bfdce8, #BFC1E8);