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