#bfd5eb
a light, vivid blue · cool · closest name: lavender
RGB
191, 213, 235
HSL
210°, 52%, 84%
CMYK
19, 9, 0, 8
Luminance
0.6466
Every format
| HEX | #bfd5eb |
| RGB | rgb(191, 213, 235) |
| HSL | hsl(210, 52%, 84%) |
| CMYK | cmyk(19%, 9%, 0%, 8%) |
| LAB | lab(84.3 -2.8 -13.3) |
| LCH | lch(84.3 13.6 258.1) |
| OKLCH | oklch(0.864 0.039 248.3) |
Copy-ready code
/* CSS */
color: #bfd5eb;
background-color: #bfd5eb;
/* Tailwind (arbitrary) */
class="text-[#bfd5eb] bg-[#bfd5eb]"
/* SCSS */
$brand: #bfd5eb;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#bfd5eb")Accessibility — WCAG contrast
Aa
#bfd5eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5eb on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta9.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bfd5eb text on a black background
contrast 13.93:1
Card sample
#bfd5eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5eb;
Background color
Panel with #bfd5eb background
background-color: #bfd5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5eb; background: linear-gradient(135deg, #bfd5eb, #C6BFEB);