#bfd1eb
a light, vivid blue · cool · closest name: lavender
RGB
191, 209, 235
HSL
216°, 52%, 84%
CMYK
19, 11, 0, 8
Luminance
0.6268
Every format
| HEX | #bfd1eb |
| RGB | rgb(191, 209, 235) |
| HSL | hsl(216, 52%, 84%) |
| CMYK | cmyk(19%, 11%, 0%, 8%) |
| LAB | lab(83.3 -0.7 -14.8) |
| LCH | lch(83.3 14.8 267.3) |
| OKLCH | oklch(0.855 0.041 257.5) |
Copy-ready code
/* CSS */
color: #bfd1eb;
background-color: #bfd1eb;
/* Tailwind (arbitrary) */
class="text-[#bfd1eb] bg-[#bfd1eb]"
/* SCSS */
$brand: #bfd1eb;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#bfd1eb")Accessibility — WCAG contrast
Aa
#bfd1eb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd1eb on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta11.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bfd1eb text on a black background
contrast 13.54:1
Card sample
#bfd1eb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd1eb;
Background color
Panel with #bfd1eb background
background-color: #bfd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd1eb; background: linear-gradient(135deg, #bfd1eb, #CABFEB);