#bbcfe0
a light, soft blue · cool · closest name: lavender
RGB
187, 207, 224
HSL
208°, 37%, 81%
CMYK
17, 8, 0, 12
Luminance
0.6057
Every format
| HEX | #bbcfe0 |
| RGB | rgb(187, 207, 224) |
| HSL | hsl(208, 37%, 81%) |
| CMYK | cmyk(17%, 8%, 0%, 12%) |
| LAB | lab(82.2 -3.2 -10.7) |
| LCH | lch(82.2 11.2 253.1) |
| OKLCH | oklch(0.845 0.032 243.8) |
Copy-ready code
/* CSS */
color: #bbcfe0;
background-color: #bbcfe0;
/* Tailwind (arbitrary) */
class="text-[#bbcfe0] bg-[#bbcfe0]"
/* SCSS */
$brand: #bbcfe0;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.878)
/* Android */
Color.parseColor("#bbcfe0")Accessibility — WCAG contrast
Aa
#bbcfe0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfe0 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue87.8%
CMYK percentages
Cyan16.5%
Magenta7.6%
Yellow0.0%
Key (black)12.2%
Color previews
#bbcfe0 text on a black background
contrast 13.11:1
Card sample
#bbcfe0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfe0;
Background color
Panel with #bbcfe0 background
background-color: #bbcfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfe0; background: linear-gradient(135deg, #bbcfe0, #C0BBE0);