#bbcfeb
a light, vivid blue · cool · closest name: lavender
RGB
187, 207, 235
HSL
215°, 55%, 83%
CMYK
20, 12, 0, 8
Luminance
0.6119
Every format
| HEX | #bbcfeb |
| RGB | rgb(187, 207, 235) |
| HSL | hsl(215, 55%, 83%) |
| CMYK | cmyk(20%, 12%, 0%, 8%) |
| LAB | lab(82.5 -0.9 -16.0) |
| LCH | lch(82.5 16.1 266.9) |
| OKLCH | oklch(0.849 0.045 256.8) |
Copy-ready code
/* CSS */
color: #bbcfeb;
background-color: #bbcfeb;
/* Tailwind (arbitrary) */
class="text-[#bbcfeb] bg-[#bbcfeb]"
/* SCSS */
$brand: #bbcfeb;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#bbcfeb")Accessibility — WCAG contrast
Aa
#bbcfeb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfeb on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bbcfeb text on a black background
contrast 13.24:1
Card sample
#bbcfeb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfeb;
Background color
Panel with #bbcfeb background
background-color: #bbcfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfeb; background: linear-gradient(135deg, #bbcfeb, #C7BBEB);