#bfdfeb
a light, vivid cyan · cool · closest name: lavender
RGB
191, 223, 235
HSL
196°, 52%, 84%
CMYK
19, 5, 0, 8
Luminance
0.6985
Every format
| HEX | #bfdfeb |
| RGB | rgb(191, 223, 235) |
| HSL | hsl(196, 52%, 84%) |
| CMYK | cmyk(19%, 5%, 0%, 8%) |
| LAB | lab(86.9 -8.0 -9.4) |
| LCH | lch(86.9 12.3 229.5) |
| OKLCH | oklch(0.884 0.038 222.5) |
Copy-ready code
/* CSS */
color: #bfdfeb;
background-color: #bfdfeb;
/* Tailwind (arbitrary) */
class="text-[#bfdfeb] bg-[#bfdfeb]"
/* SCSS */
$brand: #bfdfeb;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#bfdfeb")Accessibility — WCAG contrast
Aa
#bfdfeb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfeb on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bfdfeb text on a black background
contrast 14.97:1
Card sample
#bfdfeb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfeb;
Background color
Panel with #bfdfeb background
background-color: #bfdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfeb; background: linear-gradient(135deg, #bfdfeb, #BFC2EB);