#bbcfe4
a light, soft blue · cool · closest name: lavender
RGB
187, 207, 228
HSL
211°, 43%, 81%
CMYK
18, 9, 0, 11
Luminance
0.6079
Every format
| HEX | #bbcfe4 |
| RGB | rgb(187, 207, 228) |
| HSL | hsl(211, 43%, 81%) |
| CMYK | cmyk(18%, 9%, 0%, 11%) |
| LAB | lab(82.3 -2.4 -12.6) |
| LCH | lch(82.3 12.8 259.3) |
| OKLCH | oklch(0.846 0.036 249.6) |
Copy-ready code
/* CSS */
color: #bbcfe4;
background-color: #bbcfe4;
/* Tailwind (arbitrary) */
class="text-[#bbcfe4] bg-[#bbcfe4]"
/* SCSS */
$brand: #bbcfe4;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#bbcfe4")Accessibility — WCAG contrast
Aa
#bbcfe4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfe4 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue89.4%
CMYK percentages
Cyan18.0%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#bbcfe4 text on a black background
contrast 13.16:1
Card sample
#bbcfe4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfe4;
Background color
Panel with #bbcfe4 background
background-color: #bbcfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfe4; background: linear-gradient(135deg, #bbcfe4, #C2BBE4);