#bbcfe2
a light, soft blue · cool · closest name: lavender
RGB
187, 207, 226
HSL
209°, 40%, 81%
CMYK
17, 8, 0, 11
Luminance
0.6068
Every format
| HEX | #bbcfe2 |
| RGB | rgb(187, 207, 226) |
| HSL | hsl(209, 40%, 81%) |
| CMYK | cmyk(17%, 8%, 0%, 11%) |
| LAB | lab(82.2 -2.8 -11.7) |
| LCH | lch(82.2 12.0 256.4) |
| OKLCH | oklch(0.845 0.034 246.8) |
Copy-ready code
/* CSS */
color: #bbcfe2;
background-color: #bbcfe2;
/* Tailwind (arbitrary) */
class="text-[#bbcfe2] bg-[#bbcfe2]"
/* SCSS */
$brand: #bbcfe2;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#bbcfe2")Accessibility — WCAG contrast
Aa
#bbcfe2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfe2 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue88.6%
CMYK percentages
Cyan17.3%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#bbcfe2 text on a black background
contrast 13.14:1
Card sample
#bbcfe2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfe2;
Background color
Panel with #bbcfe2 background
background-color: #bbcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfe2; background: linear-gradient(135deg, #bbcfe2, #C1BBE2);