#bbcfe3
a light, soft blue · cool · closest name: lavender
RGB
187, 207, 227
HSL
210°, 42%, 81%
CMYK
18, 9, 0, 11
Luminance
0.6074
Every format
| HEX | #bbcfe3 |
| RGB | rgb(187, 207, 227) |
| HSL | hsl(210, 42%, 81%) |
| CMYK | cmyk(18%, 9%, 0%, 11%) |
| LAB | lab(82.2 -2.6 -12.1) |
| LCH | lch(82.2 12.4 257.9) |
| OKLCH | oklch(0.846 0.035 248.2) |
Copy-ready code
/* CSS */
color: #bbcfe3;
background-color: #bbcfe3;
/* Tailwind (arbitrary) */
class="text-[#bbcfe3] bg-[#bbcfe3]"
/* SCSS */
$brand: #bbcfe3;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.890)
/* Android */
Color.parseColor("#bbcfe3")Accessibility — WCAG contrast
Aa
#bbcfe3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfe3 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue89.0%
CMYK percentages
Cyan17.6%
Magenta8.8%
Yellow0.0%
Key (black)11.0%
Color previews
#bbcfe3 text on a black background
contrast 13.15:1
Card sample
#bbcfe3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfe3;
Background color
Panel with #bbcfe3 background
background-color: #bbcfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfe3; background: linear-gradient(135deg, #bbcfe3, #C2BBE3);