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