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