#bfdce9
a light, vivid cyan · cool · closest name: lavender
RGB
191, 220, 233
HSL
199°, 49%, 83%
CMYK
18, 6, 0, 9
Luminance
0.6815
Every format
| HEX | #bfdce9 |
| RGB | rgb(191, 220, 233) |
| HSL | hsl(199, 49%, 83%) |
| CMYK | cmyk(18%, 6%, 0%, 9%) |
| LAB | lab(86.1 -6.9 -9.6) |
| LCH | lch(86.1 11.8 234.3) |
| OKLCH | oklch(0.877 0.036 226.6) |
Copy-ready code
/* CSS */
color: #bfdce9;
background-color: #bfdce9;
/* Tailwind (arbitrary) */
class="text-[#bfdce9] bg-[#bfdce9]"
/* SCSS */
$brand: #bfdce9;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.914)
/* Android */
Color.parseColor("#bfdce9")Accessibility — WCAG contrast
Aa
#bfdce9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdce9 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue91.4%
CMYK percentages
Cyan18.0%
Magenta5.6%
Yellow0.0%
Key (black)8.6%
Color previews
#bfdce9 text on a black background
contrast 14.63:1
Card sample
#bfdce9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdce9;
Background color
Panel with #bfdce9 background
background-color: #bfdce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdce9; background: linear-gradient(135deg, #bfdce9, #BFC0E9);