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