#bbcedf
a light, soft blue · cool · closest name: silver
RGB
187, 206, 223
HSL
208°, 36%, 80%
CMYK
16, 8, 0, 13
Luminance
0.6004
Every format
| HEX | #bbcedf |
| RGB | rgb(187, 206, 223) |
| HSL | hsl(208, 36%, 80%) |
| CMYK | cmyk(16%, 8%, 0%, 13%) |
| LAB | lab(81.9 -2.9 -10.6) |
| LCH | lch(81.9 11.0 254.5) |
| OKLCH | oklch(0.842 0.032 245.2) |
Copy-ready code
/* CSS */
color: #bbcedf;
background-color: #bbcedf;
/* Tailwind (arbitrary) */
class="text-[#bbcedf] bg-[#bbcedf]"
/* SCSS */
$brand: #bbcedf;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.875)
/* Android */
Color.parseColor("#bbcedf")Accessibility — WCAG contrast
Aa
#bbcedf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcedf on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta7.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bbcedf text on a black background
contrast 13.01:1
Card sample
#bbcedf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcedf;
Background color
Panel with #bbcedf background
background-color: #bbcedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcedf; background: linear-gradient(135deg, #bbcedf, #C0BBDF);