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